bluss
bluss
bencher
bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher!" = No feature development. Go build a better stable benchmark...
debugit
DebugIt: Use specialization so you can debug-print a value without explicit (and viral) Debug trait bound. (Not really maintained. Uses specialization so it may break)
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
twoway
Twoway / Fast substring search for strings and byte strings (Rust) / Also assorted benchmarks and string search snippets
either
The enum Either with variants Left and Right is a general purpose sum type with two cases.
git-remote-gcrypt
[This fork is not maintained] git-remote-gcrypt: A git remote helper for GPG-encrypted remotes
indexing
Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.
maplit
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.