mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
7 lines
286 B
Markdown
7 lines
286 B
Markdown
|
# 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.
|