Rust grammar tool libraries and binaries. Contribute to softdevteam/grmtools development by creating an account on GitHub. (more…)
Read more »
A cloud native declarative data plane in containers for containers - GitHub - openebs/mayastor: A cloud native declarative data plane in containers for containers... (more…)
Read more »
It is common to see the statement that “Rust cannot abstract over mutability”. Indeed,
many functions in the standard library have an immutable and a mutable variant, e.g.
RefCell::borrow() and RefCell::borrow_mut(). However, in some cases,
such as...
Read more »
Fellow Rustaceans I bring good news! Today’s nightly may be able to improve compile times in release mode for your project by 2x or more, and if you’d like to read no further, please execute the following: $ cargo +nightly build $ RUSTFLAGS='-C codegen-u... (more…)
Read more »
Learn how to take advantage of some neat Rust features to help you write better code. (more…)
Read more »