Closed tekul closed 7 months ago
Is this still an issue?
Looks like it. I created a PR #45 to make it the same as the README. I'm not sure why the doctest example works in that file though, which was doing the same thing (possibly because the crate re-exposes async_session
at the top level?). It definitely doesn't work when I copy it in an app though - just a basic Rust import issue.
This line in lib.rs needs the
async_session
module name removed sinceMemoryStore
is imported directly. The same example in the README is already correct.