Docs.rs
bc-ur-0.19.0
bc-ur 0.19.0
Docs.rs crate page
BSD-2-Clause-Patent
Links
Repository
crates.io
Source
Owners
wolfmcnally
Dependencies
dcbor ^0.25.0
normal
thiserror ^2.0
normal
ur ^0.4.1
normal
version-sync ^0.9.0
dev
Versions
33.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
URCodable
bc_ur
0.19.0
URCodable
Implementors
In crate bc_
ur
bc_ur
Trait
URCodable
Copy item path
Source
pub trait URCodable { }
Expand description
A type that can be encoded to and decoded from a UR.
Implementors
§
Source
§
impl<T>
URCodable
for T
where T:
UREncodable
+
URDecodable
,