cuprate/net/epee-encoding
hinto-janai 4b93dbec4c
Some checks failed
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
workspace: enforce crate/directory naming scheme (#164)
* rename all directories and crates

* fix all `use`

* fix doc link

* `dandelion/` -> `dandelion-tower/`

* fix epee-encoding test

* fix `json-rpc`

* fix pruning

* crate import fixes

* fix leftover merge conflicts

* fix `epee-encoding`
2024-06-24 02:30:47 +01:00
..
src workspace: enforce crate/directory naming scheme (#164) 2024-06-24 02:30:47 +01:00
tests workspace: enforce crate/directory naming scheme (#164) 2024-06-24 02:30:47 +01:00
Cargo.toml workspace: enforce crate/directory naming scheme (#164) 2024-06-24 02:30:47 +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.