rust/library/core
mbartlett21 7803955cae Use try_from_secs_* in Duration::from_secs_* functions.
`Duration::from_secs_{f32, f64}` now use the results from the
non-panicking functions and unwrap it.
2021-06-14 12:17:53 +00:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Use try_from_secs_* in Duration::from_secs_* functions. 2021-06-14 12:17:53 +00:00
tests library/core/tests/iter documentation and cleanup 2021-01-22 17:57:08 -05:00
Cargo.toml