Skip to content

A serde format for the binary encoding defined within the epee helper library of Monero.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

monero-rs/monero-epee-bin-serde

Repository files navigation

Build Status unsafe forbidden Crates.io Documentation License: MIT or Apache

monero-epee-bin-serde

This crate implements the binary encoding defined in the epee helper library of Monero [0, 1] as a serde data format.

Regressions

Due to limitations of serde and weirdness in epee you need to wrap sequences like Vec in #[serde(default = "Vec::new")] and optionally you can add #[serde(skip_serializing_if = "Vec::is_empty")] as epee does not serialize empty sequences.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A serde format for the binary encoding defined within the epee helper library of Monero.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages