Docs.rs
bc-envelope-0.19.0
bc-envelope 0.19.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.14.0
normal
bc-crypto ^0.5.0
normal
bc-rand ^0.2.0
normal
bc-ur ^0.6.0
normal
bytes ^1.5.0
normal
dcbor ^0.16.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
40.62%
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.19.0
CBOR
Codable
Implementors
In bc_
envelope::
prelude
bc_envelope
::
prelude
Trait
CBORCodable
Copy item path
Source
pub trait CBORCodable { }
Expand description
A type that can be encoded to or decoded from CBOR.
Implementors
§
Source
§
impl<T>
CBORCodable
for T
where T:
CBORDecodable
+
CBOREncodable
,