serai/networks/monero/rpc
Luke Parker 0f6878567f
Remove a pair of unused structs/deps
Caught by the most recent nightly.
2024-08-01 01:36:10 -04:00
..
simple-request Rust 1.80 2024-07-26 19:28:10 -07:00
src Remove a pair of unused structs/deps 2024-08-01 01:36:10 -04:00
Cargo.toml Rust 1.80 2024-07-26 19:28:10 -07:00
LICENSE Rename the coins folder to networks (#583) 2024-07-18 15:16:45 -04:00
README.md Rename the coins folder to networks (#583) 2024-07-18 15:16:45 -04:00

Monero RPC

Trait for an RPC connection to a Monero daemon, built around monero-serai.

This library is usable under no-std when the std feature (on by default) is disabled.

Cargo Features

  • std (on by default): Enables std (and with it, more efficient internal implementations).