Nsh: Command-line shell like fish, but Posix compatible and written in Rust

A command-line shell like fish, but POSIX compatible. – nuta/nsh… Read more

Similar

Writing Non-Trivial Macros in Rust

Macros in Rust tend to have a reputation for being complex and magical, the likes which only seasoned wizards like @dtolnay can hope to understand, let alone master. Rust’s declarative macros provide a mechanism for pattern matching on arbitrary syntax to... (more…)

Read more »