chrono/src/naive
Josh Stone 8f90f405d5 Use no_std-compatible num dependencies
Rather than the `num` meta-crate, use `num-integer` and `num-traits`
without default features to make them `#[no_std]`.  `num-iter` is
just a dev-dependency now for a few test cases.

The only public change is the `impl FromPrimitive for Weekday`, but this
is still the same exact trait that `num` re-exports, so this is not a
breaking change.
2018-02-23 00:07:16 -08:00
..
date.rs Use no_std-compatible num dependencies 2018-02-23 00:07:16 -08:00
datetime.rs Use no_std-compatible num dependencies 2018-02-23 00:07:16 -08:00
internals.rs Use no_std-compatible num dependencies 2018-02-23 00:07:16 -08:00
isoweek.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00
time.rs Fix Clippy lints: cast_lossless 2017-10-08 18:12:20 -04:00