Rocket/contrib/lib/src
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
..
templates Ensure 'ContextManager' is 'Sync' on all platforms. 2018-09-16 23:39:32 -07:00
databases.rs Remove 'use_extern_macros' feature: stabilized. 2018-08-18 17:06:28 -07:00
json.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
lib.rs Replace 'SerdeError' with 'JsonError' in 'Json' data guard. 2018-09-18 18:57:11 -07:00
msgpack.rs Allow transforms in 'FromData'. Add 'FromDataSimple'. 2018-09-26 21:33:02 -07:00
static_files.rs Remove neglected and obscure 'Error' type. 2018-09-16 03:07:50 -07:00
uuid.rs Update 'uuid' dependency to '0.7'. 2018-09-11 11:04:50 -07:00