Stars
A Rust crate that implements "design by contract" via procedural macros
📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")
Procedural macros to facilitate enum usage, such as when delegating implementations and/or generating variant types.
Logger wrapper that adds logging context
Fast partially immutable collections for Rust
Execute "m" commands "n" times to calculate mean of usage time and memory. As an alternative to "time", "gnu-time" is used internally.
ergonomic and precise error handling built atop type-level set arithmetic
"Valgrind Client Request" interface for Rust programs
List POSIX signal information for all processes on Linux
Rust port of Spice, a low-overhead parallelization library
Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
Macros for accessing your type's documentation at runtime.
Safe Rust bridge for creating Erlang NIF functions
Rust reflection, serialization, deserialization, pretty printing, etc. — the last proc macro you should need
Attribute macro to require that the compiler prove a function can't ever panic
An experimental stackless Lua VM implemented in pure Rust