#towards #oriented #dart #sdk #monero #generate

bin+lib monero-rust

Monero Rust SDK. Oriented towards use by Dart via FFI.

2 releases

0.0.2 Sep 19, 2024
0.0.1 Sep 11, 2024

#10 in #towards

Download history 43/week @ 2024-09-05 82/week @ 2024-09-12 137/week @ 2024-09-19

262 downloads per month

MIT license

22KB
175 lines

monero-rust

A Monero Rust SDK oriented towards use by Dart.

Development

  • Install cbindgen: cargo install --force cbindgen.
  • To generate monero-rust.h C bindings for Rust, use cbindgen in the monero-rust directory:
    cbindgen --config cbindgen.toml --crate libxmr --output monero-rust.h
    

Dependencies

~13–27MB
~419K SLoC