This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. (more…)
Read more »
Many people who use Rust for a bit - especially those who like the language but
do not fall in love with it - feel a sense that there must be a smaller,
simpler variation on the same theme which would maybe be a little less
powerful, but would also be muc... (more…)
Read more »
A terminal UTF-8 text editor written in Rust ππ¦. Contribute to rhysd/kiro-editor development by creating an account on GitHub. (more…)
Read more »
The rhg executable implements a subset of the
functionnality of hg using only Rust, to avoid the startup
cost of a Python interpreter. This subset is initially small but grows
over time as rhg is improved. When fallback to the Python
implementation is con... (more…)
Read more »