• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:docs

6 [Documentation](https://docs.rs/humantime) |
15 * Parses and formats timestamp in `rfc3339` format: `2018-01-01T12:53:00Z`
16 * Parses timestamps in a weaker format: `2018-01-01 12:53:00`
18 Timestamp parsing/formatting is super-fast because format is basically
21 Here are some micro-benchmarks:
24 test result: ok. 0 passed; 0 failed; 26 ignored; 0 measured; 0 filtered out
26 Running target/release/deps/datetime_format-8facb4ac832d9770
29 test rfc3339_chrono ... bench: 737 ns/iter (+/- 37)
30 test rfc3339_humantime_seconds ... bench: 73 ns/iter (+/- 2)
32 test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured; 0 filtered out
34 Running target/release/deps/datetime_parse-342628f877d7867c
37 test datetime_utc_parse_millis ... bench: 228 ns/iter (+/- 11)
38 test datetime_utc_parse_nanos ... bench: 236 ns/iter (+/- 10)
39 test datetime_utc_parse_seconds ... bench: 204 ns/iter (+/- 18)
40 test rfc3339_humantime_millis ... bench: 28 ns/iter (+/- 1)
41 test rfc3339_humantime_nanos ... bench: 36 ns/iter (+/- 2)
42 test rfc3339_humantime_seconds ... bench: 24 ns/iter (+/- 1)
44 test result: ok. 0 passed; 0 failed; 0 ignored; 6 measured; 0 filtered out
47 See [humantime-serde] for serde integration (previous crate [serde-humantime] looks unmaintained).
49 [serde-humantime]: https://docs.rs/serde-humantime/0.1.1/serde_humantime/
50 [humantime-serde]: https://docs.rs/humantime-serde
57 * Apache License, Version 2.0, (./LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
58 * MIT license (./LICENSE-MIT or http://opensource.org/licenses/MIT)
63 ------------
66 submitted for inclusion in the work by you, as defined in the Apache-2.0