Konst for Rust: Const equivalents of std functions, comparison, and parsing

Const equivalents of std functions, compile-time comparison, and parsing. – GitHub – rodrimati1992/konst: Const equivalents of std functions, compile-time comparison, and parsing. Read more

Similar

Notes on a smaller Rust

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 »

Mercurial Implementation in Rust

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 »