num-traits/bigint/src
Josh Stone 1b895a8632 Get the default hasher indirectly
`DefaultHasher` wasn't stable until 1.13, at which point all the other
hashers were deprecated, so it's not easy for us to name a hasher type
to use for testing.  However, `RandomState` has been stable since 1.7,
and it implements `BuildHasher` that has a `Hasher` associated type.
2017-05-06 22:23:31 -07:00
..
tests bigint: Create the parsing error better for nested `+` 2017-03-06 13:23:40 -08:00
algorithms.rs Minor, style and comment typo 2016-10-05 18:47:30 +03:00
bigint.rs bigint: Cleanup unused imports 2017-03-06 13:20:30 -08:00
biguint.rs bigint: Create the parsing error better for nested `+` 2017-03-06 13:23:40 -08:00
lib.rs Get the default hasher indirectly 2017-05-06 22:23:31 -07:00
macros.rs bigint: Break out into multiple files 2016-07-18 15:56:03 -08:00