Rust is an awesome language, and we want to bring that into the brilliant world of the monero-project by providing a series of Rust crates that implement various parts of the Monero protocol and allow the community to build incredible projects. Feel free to submit issues and enhancement requests or specific bugs and errors, also we welcome contributions to our open source projects on Github, just follow the rules of well-being.
If you want to have a quick look here are some libraries available on crates.io:
monero
, a general purpose library defining types related to Monero.monero-rpc
, a Monero daemon and wallet RPC client written in asynchronous Rust.base58-monero
, Monero base58 specific encoding format Rust implementation.monero-epee-bin-serde
, a serde format for the binary encoding defined within the epee helper library of Monero.monero-lws
, a Monero Light Wallet Server RPC client written in asynchronous Rust.
Monero has an incredible ecosystem, if you're looking for other resources in other languages have a look at the monero-ecosystem!