Files
serai/coins/monero/wallet/address/README.md
2024-07-04 02:18:37 -04:00

12 lines
266 B
Markdown

# Monero Address
Rust implementation of Monero addresses.
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).