time 0.3.36

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Documentation

time

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 3 of them enabled by default.

default

  • std

std

  • alloc
  • deranged/std

alloc

  • serde?/alloc

formatting

  • dep:itoa
  • std
  • time-macros?/formatting

serde-human-readable

  • serde
  • formatting
  • parsing

local-offset

  • std
  • dep:libc
  • dep:num_threads

serde

  • dep:serde
  • time-macros?/serde
  • deranged/serde

quickcheck

  • dep:quickcheck
  • alloc
  • deranged/quickcheck

serde-well-known

  • serde
  • formatting
  • parsing

rand

  • dep:rand
  • deranged/rand

large-dates

  • time-macros?/large-dates

macros

  • dep:time-macros

wasm-bindgen

  • dep:js-sys

parsing

  • time-macros?/parsing