devela::_dep::jiff

Module fmt

Available on crate features dep_jiff and alloc only.
Expand description

Configurable support for printing and parsing datetimes and durations.

Note that for most use cases, you should be using the corresponding Display or FromStr trait implementations for printing and parsing respectively. The APIs in this module provide more configurable support for printing and parsing.

Modules§

Structs§

  • An adapter for using std::fmt::Write implementations with fmt::Write.
  • An adapter for using std::io::Write implementations with fmt::Write.

Traits§

  • A trait for printing datetimes or spans into Unicode-accepting buffers or streams.