Docs.rs
bc-envelope-0.18.0
bc-envelope 0.18.0
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
anyhow ^1.0.0
normal
bc-components ^0.12.0
normal
bc-crypto ^0.4.0
normal
bc-rand ^0.2.0
normal
bc-ur ^0.5.0
normal
bytes ^1.5.0
normal
dcbor ^0.15.0
normal
hex ^0.4.3
normal
itertools ^0.11.0
normal
paste ^1.0.12
normal
ssh-key =0.6.6
normal
optional
thiserror ^1.0.48
normal
hex-literal ^0.4.1
dev
indoc ^2.0.0
dev
lazy_static ^1.4.0
dev
version-sync ^0.9.0
dev
Versions
44.29%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bc_envelope
0.18.0
EnvelopeCodable
Implementors
In bc_envelope::base::envelope_codable
Trait
bc_envelope
::
base
::
envelope_codable
::
EnvelopeCodable
Copy item path
source
·
[
−
]
pub trait EnvelopeCodable { }
Implementors
§
source
§
impl<T>
EnvelopeCodable
for T
where T:
TryFrom
<
Envelope
> +
EnvelopeEncodable
,