rust/library/core
Jake Goulding 38de102cff Support eager and lazy methods for providing references and values
There are times where computing a value may be cheap, or where
computing a reference may be expensive, so this fills out the
possibilities.
2022-08-23 09:58:50 -04:00
..
benches Rename integer log* methods to ilog* 2022-08-09 10:20:49 -07:00
primitive_docs
src Support eager and lazy methods for providing references and values 2022-08-23 09:58:50 -04:00
tests Support eager and lazy methods for providing references and values 2022-08-23 09:58:50 -04:00
Cargo.toml Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00