mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
I have yet to redo the multisig code and the builder. This should be much cleaner, albeit slower due to redoing work. This compiles with clippy --all-features. I have to finish the multisig/builder for --all-targets to work (and start updating the rest of Serai).
Monero IO
Serialization functions, as within the Monero protocol.
This library is usable under no-std when the std feature (on by default) is
disabled.
Cargo Features
std(on by default): Enablesstd(and with it, more efficient internal implementations).