cuprate/net/epee-encoding
hinto-janai ff1172f2ab
epee: make {read,write}_varint public, create write_{bytes,container} (#185)
* make `{read,write}_varint` public, create `write_{container,bytes}`

* add doc tests to varint functions

* `write_container` -> `write_iterator`

* add `write_{iterator,bytes}` doc test

* fix `write_iterator()` doc
2024-06-22 01:25:21 +01:00
..
src epee: make {read,write}_varint public, create write_{bytes,container} (#185) 2024-06-22 01:25:21 +01:00
tests P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
Cargo.toml epee: unseal trait EpeeValue (#184) 2024-06-20 23:20:13 +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.