Repositories
dtolnay repositories
Library for scripting analyses against crates.io's database dumps
Count directory entries—`ls | wc -l` but faster
Diff library with semantic cleanup, based on Google's diff-match-patch
Fast functions for printing floating-point primitives to a decimal string
Benchmark Rust f64-to-string conversion libraries
Clone trait that is object-safe
Hash trait that is object-safe
Conditional compilation using boolean expression syntax, rather than any(), all(), not()
Convert number to enum
Type-erased core::mem::Discriminant<T>
Type-erased Serialize, Serializer and Deserializer traits
docs.rs as a publishing platform?
Wrapper to exec a command in a pty, even if redirecting the output
Download .crate files of all versions of all crates from crates.io
Command line flags library that does not require a central list of all the flags
Define your own PhantomData