Docs.rs
ruzstd-0.8.2
ruzstd 0.8.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
KillingSpark
Dependencies
rustc-std-workspace-alloc ^1.0.0
normal
optional
compiler_builtins ^0.1.2
normal
optional
rustc-std-workspace-core ^1.0.0
normal
optional
fastrand ^2.3.0
normal
optional
twox-hash ^2.0
normal
optional
criterion ^0.5
dev
rand ^0.8.5
dev
zstd ^0.13.2
dev
Versions
12.73%
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
Module io_std
ruzstd
0.8.2
Module io_std
Module Items
Structs
Enums
Traits
In crate ruzstd
ruzstd
Module
io_std
Copy item path
Source
Expand description
Re-exports of std traits or local reimplementations if std is not available
Structs
§
Error
The error type for I/O operations of the
Read
,
Write
,
Seek
, and associated traits.
Enums
§
Error
Kind
A list specifying general categories of I/O error.
Traits
§
Read
The
Read
trait allows for reading bytes from a source.
Write
A trait for objects which are byte-oriented sinks.