time 0.3.17

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 19 feature flags, 3 of them enabled by default.

default

  • std

std

  • alloc

alloc

  • serde?/alloc

local-offset

  • std
  • dep:libc
  • dep:num_threads

serde-well-known

  • serde
  • formatting
  • parsing

serde-human-readable

  • serde
  • formatting
  • parsing

formatting

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

parsing

  • time-macros?/parsing

large-dates

  • time-macros?/large-dates

wasm-bindgen

  • dep:js-sys

macros

  • dep:time-macros

time-macros

    This feature flag does not enable additional features.

libc

    This feature flag does not enable additional features.

num_threads

    This feature flag does not enable additional features.

rand

    This feature flag does not enable additional features.

js-sys

    This feature flag does not enable additional features.

serde

    This feature flag does not enable additional features.

quickcheck

    This feature flag does not enable additional features.

itoa

    This feature flag does not enable additional features.