cuprate-hinto-janai/net/epee-encoding
hinto-janai b837d350a4
workspace: add naming convention lints (#261)
* add lint to {Cargo,clippy}.toml

* `RandomXVM` -> `RandomXVm`

* epee: `TT` -> `T2`
2024-09-02 18:10:45 +01:00
..
src helper: add and use cast module (#264) 2024-09-02 18:09:52 +01:00
tests workspace: add naming convention lints (#261) 2024-09-02 18:10:45 +01:00
Cargo.toml helper: add and use cast module (#264) 2024-09-02 18:09:52 +01: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.