docs.rs failed to build monero-epee-traits-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Monero EPEE Traits
Traits for working with objects which may be decoded from an EPEE encoding.
Internally, this uses the monero-epee crate.
That crates itself focuses on being minimal, only offering a dynamically-typed
view as EPEE-encoded data is ingested. This crate additionally adds traits for
decoding into typed objects, requiring alloc in order to provide
implementations over Vec.
For automatic derivation of EpeeDecode, please see
monero-epee-derive.