Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust - reth/crates/storage/libmdbx-rs at main · paradigmxyz/reth... (more…)
Read more »
Reflection is something a lot of people wish the Rust language had: It is not hard to stumble across somebody with an interesting use case for it. (more…)
Read more »
Previous message: [rust-dev] sub-grammar for range pattern constants?
Read more »
Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptog... (more…)
Read more »
Without any doubt, macros are an important feature of the Rust programming language. Macros like println!, lazy_static!, various derive-macros and many others have saved countless hours of writing tedious boilerplate code.
However, not everything is perfe... (more…)
Read more »