Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 838 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 838 Bytes

tower-sessions-rorm-store

LICENSE dependency status Crates.io Docs

Implementation of SessionStore provided by tower_sessions for rorm.

In order to provide the possibility to use a user-defined Model, this crate defines SessionModel which must be implemented to create a RormStore.

Look at our example crate for the usage.