Re-exports§
pub use server::connection_string_from_compose;
Modules§
Structs§
- Crud
Request - DBStorage
- Date
Time - ISO 8601 combined date and time without timezone.
- Decimal
Decimalrepresents a 128 bit representation of a fixed-precision decimal number. The finite set of values of typeDecimalare of the form m / 10e, where m is an integer such that -296 < m < 296, and e is an integer between 0 and 28 inclusive.- Header
Map - A specialized multimap for header names and values.
- Json
- JSON Extractor / Response.
- Migrations
- State
- Extractor for state.
- Utc
- The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).