Type-Driven API Design in Rust

This book is for people who are writing APIs in Rust. In particular, APIs that involve complex abstractions: variadics, state machines, extensible architectures, and so on. Read more

Similar

Rust Magazine

It is with great excitement that we announce the launch of Rust magazine – a publication dedicated to the Rust programming language. (more…)

Read more »

The XDG base directory specification and Rust

The XDG base directory specification exists to address the problem of where programs should look for various kinds of files on a Unix system. Traditionally, in Unix, a per-program, per-user configuration file is stored as a “dot file”: program foo would e... (more…)

Read more »