cuprate-hinto-janai/net/epee-encoding
hinto.janai 1c3f1b16a0
Some checks are pending
Deny / audit (push) Waiting to run
Merge branch 'main' into other
2025-01-16 08:36:11 -05:00
..
src Merge branch 'main' into other 2025-01-16 08:36:11 -05:00
tests epee-encoding: enable workspace lints (#294) 2024-09-20 15:13:55 +01:00
Cargo.toml Merge branch 'main' into other 2025-01-16 08:36:11 -05:00
README.md P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00

Epee Encoding

This crate implements the epee binary format found in Monero; unlike other crates, this one does not use serde, this is not because serde is bad but its to reduce the load on maintainers as all the traits in this lib are specific to epee instead of general purpose.