Docs.rs
bytekind-0.2.0
bytekind 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cameron1024
Dependencies
hex ^0.4
normal
optional
proptest ^1.1
normal
optional
schemars ^0.8
normal
serde ^1
normal
unarray ^0.1.4
normal
serde ^1
dev
serde_json ^1
dev
static_assertions ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Format
bytekind
0.2.0
Format
Implementors
In crate bytekind
bytekind
Trait
Format
Copy item path
Source
pub trait Format { }
Expand description
Types which represent a serialization format
Implementors
§
Source
§
impl
Format
for
HexString
Available on
crate feature
hex
only.
Source
§
impl
Format
for
Plain