Docs.rs
bpx-3.1.0
bpx 3.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
Yuri6037
Dependencies
byteorder ^1
normal
libz-sys ^1.1.3
normal
lzma-sys ^0.1.17
normal
num_cpus ^1.13.0
normal
tempfile ^3.0.7
normal
Versions
97.59%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bpx
3.1.0
IoBackend
Implementors
In bpx::
encoder
bpx
::
encoder
Trait
IoBackend
Copy item path
Source
pub trait IoBackend:
Write
{ }
Expand description
Represents the IO backend for a BPX encoder.
Implementors
§
Source
§
impl<T:
Write
>
IoBackend
for T