A tiny collection of the tools that I use.
bitset
: Non-owning bitset related functions and traits.deterministic_hash
: Generate identical initial states forHashMap
/HashSet
in multiple runs.fmt
: Formatting related functions.impl_try
: A Macro that implementsstd::ops::Try
for an arbitrary type.ptr
: An unsafe but convenient wrapper for pointer type.