Files
serai/coins/monero/wallet/address/README.md

12 lines
266 B
Markdown
Raw Normal View History

2024-07-01 17:58:35 -04:00
# Monero Address
2024-06-23 14:17:04 -04:00
2024-07-01 17:58:35 -04:00
Rust implementation of Monero addresses.
2024-06-23 14:17:04 -04:00
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).