Docs.rs
zstd-safe-7.2.4
zstd-safe 7.2.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
gyscos
Dependencies
zstd-sys ^2.0.15
normal
Versions
57.08%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zstd_
safe
7.2.4
Structs
CCtx
CDict
ContentSizeError
DCtx
DDict
FrameProgression
InBuffer
OutBuffer
Enums
CParameter
DParameter
DictAttachPref
FrameFormat
ParamSwitch
ResetDirective
Strategy
Constants
BLOCKSIZELOG_MAX
BLOCKSIZE_MAX
BLOCKSIZE_MAX_MIN
BLOCKSPLITTER_LEVEL_MAX
CHAINLOG_MAX_32
CHAINLOG_MAX_64
CHAINLOG_MIN
CLEVEL_DEFAULT
CONTENTSIZE_ERROR
CONTENTSIZE_UNKNOWN
FRAMEHEADERSIZE_MAX
HASHLOG_MIN
LDM_BUCKETSIZELOG_MAX
LDM_BUCKETSIZELOG_MIN
LDM_HASHLOG_MIN
LDM_HASHRATELOG_MIN
LDM_MINMATCH_MAX
LDM_MINMATCH_MIN
MAGICNUMBER
MAGIC_DICTIONARY
MAGIC_SKIPPABLE_MASK
MAGIC_SKIPPABLE_START
MINMATCH_MAX
MINMATCH_MIN
OVERLAPLOG_MAX
OVERLAPLOG_MIN
SEARCHLOG_MIN
SKIPPABLEHEADERSIZE
SRCSIZEHINT_MIN
TARGETCBLOCKSIZE_MAX
TARGETCBLOCKSIZE_MIN
TARGETLENGTH_MAX
TARGETLENGTH_MIN
VERSION_MAJOR
VERSION_MINOR
VERSION_NUMBER
VERSION_RELEASE
WINDOWLOG_LIMIT_DEFAULT
WINDOWLOG_MAX_32
WINDOWLOG_MAX_64
WINDOWLOG_MIN
Traits
WriteBuf
Functions
compress
compress_bound
compress_using_cdict
create_cdict
create_cstream
create_ddict
decompress
decompress_bound
decompress_using_ddict
decompression_margin
find_decompressed_size
find_frame_compressed_size
get_block_size
get_decompressed_size
get_dict_id
get_dict_id_from_dict
get_dict_id_from_frame
get_error_name
get_frame_content_size
init_cstream
is_frame
max_c_level
min_c_level
sequence_bound
train_from_buffer
version_number
version_string
Type Aliases
CStream
CompressionLevel
DStream
ErrorCode
SafeResult
zstd_safe
Type Alias
ErrorCode
Copy item path
Settings
Help
Summary
Source
pub type ErrorCode =
usize
;
Expand description
Represents a possible error from the zstd library.