Docs.rs
binary-stream-3.4.0
binary-stream 3.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tmpfs
Dependencies
thiserror ^1
normal
anyhow ^1
dev
tempfile ^3
dev
Versions
100%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
WriteStream
Implementors
In binary_stream
?
Trait
binary_stream
::
WriteStream
source
·
[
−
]
pub trait WriteStream:
Write
+
SeekStream
{ }
Expand description
Trait for a writable stream.
Implementors
§
source
§
impl
WriteStream
for
FileStream
source
§
impl
WriteStream
for
MemoryStream