REST API binding crates are numerous, but the design patterns could be improved... (more…)
Read more »
Rust bindings for the Python interpreter. Contribute to PyO3/pyo3 development by creating an account on GitHub. (more…)
Read more »
Tiny Little Queue - A minimal message queue server in Rust. - skyaktech/tlq... (more…)
Read more »
mustang is a system for writing Rust programs entirely in Rust, meaning
they don't use libc, crt1.o, or any C code. It's experimental, but it's
complete enough to run a std-using Hello World and other simple programs
on Linux on x86-64, x86, and aarch64. (more…)
Read more »
I've gotten really into writing parsers lately, and Rust has turned out to be
the perfect language for that. In the course of my adventures, I came up with
the following: (more…)
Read more »