Modules§
- Chrono: Date and Time for Rust
Structs§
- Represents an array of
Value
s. - ISO 8601 combined date and time with time zone.
- ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
- ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
- A struct representing a number that can store different numeric types.
- An iterator over the key-value pairs in an Object.
- A custom string implementation with additional manipulation methods.
- 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).
Enums§
- Enum representing a date, time, or date-time value.
- An enum representing the JSON output format mode.
- Old name of
MappedLocalTime
. See that type for more documentation. - An enum representing different numeric types.
- An enum representing a JSON object as a
BTreeMap
or aHashMap
. - Represents different data types as an enum.
Traits§
- The common set of methods for date component.
- A trait for converting
Value
to types. - The time zone.
- The common set of methods for time component.
- A trait for converting types to JSON strings.
- A trait for converting types to
Value
. - A trait for converting types to XML strings.
- A trait for converting types to YAML strings.
Type Aliases§
- Alias of
TimeDelta
.