Rocket/examples/session
Sergio Benitez ec4cc3a293 Allow transforms in 'FromData'. Add 'FromDataSimple'.
The new 'FromData' trait allows an implementor to instruct the caller to
maintain state on its stack and later pass a borrow for processing.
Among other things, it greatly simplifies the 'Form' type, removing a
use of unsafe, and allows references in deserialized data guards.
2018-09-26 21:33:02 -07:00
..
src Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
templates Clear flash cookies only after they're inspected. 2018-04-14 19:53:36 -07:00
Cargo.toml Reorganize repository. 2018-06-03 18:44:38 +02:00
Rocket.toml Always set 'secret_key' in session example. 2018-06-28 19:02:39 -07:00