Merkle tree implementation in Rust with configurable storage backends and hash functions. Fixed depth and incremental only. Optimized for fast proof generation. - bilinearlabs/rs-merkle-tree... (more…)
Read more »
oso is an open source policy engine for authorization that’s embedded in your application - osohq/oso... (more…)
Read more »
Learn why a team at IBM turned to Rust and WebAssembly in tandem to speed their Node.js application performance. (more…)
Read more »
I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)
Read more »