zstd_
safe
0.0.1
Structs
CCtx
CDict
DCtx
DDict
InBuffer
OutBuffer
Enums
CParameter
DParameter
ResetDirective
Strategy
Constants
BLOCKSIZELOG_MAX
BLOCKSIZE_MAX
CLEVEL_DEFAULT
CONTENTSIZE_ERROR
CONTENTSIZE_UNKNOWN
MAGICNUMBER
MAGIC_DICTIONARY
MAGIC_SKIPPABLE_MASK
MAGIC_SKIPPABLE_START
VERSION_MAJOR
VERSION_MINOR
VERSION_NUMBER
VERSION_RELEASE
Traits
WriteBuf
Functions
cctx_load_dictionary
cctx_ref_cdict
cctx_ref_prefix
cctx_reset
cctx_set_parameter
cctx_set_pledged_src_size
compress
compress2
compress_bound
compress_cctx
compress_stream
compress_stream2
compress_using_cdict
compress_using_dict
create_cctx
create_cdict
create_cstream
create_dctx
create_ddict
create_dstream
cstream_in_size
cstream_out_size
dctx_load_dictionary
dctx_ref_ddict
dctx_ref_prefix
dctx_reset
dctx_set_parameter
decompress
decompress_dctx
decompress_stream
decompress_using_ddict
decompress_using_dict
dstream_in_size
dstream_out_size
end_stream
find_frame_compressed_size
flush_stream
get_decompressed_size
get_dict_id
get_dict_id_from_ddict
get_dict_id_from_dict
get_dict_id_from_frame
get_error_name
get_frame_content_size
init_cstream
init_dstream
max_c_level
min_c_level
sizeof_cctx
sizeof_cdict
sizeof_cstream
sizeof_dctx
sizeof_ddict
sizeof_dstream
train_from_buffer
version_number
version_string
Type Aliases
CStream
CompressionLevel
DStream
ErrorCode
SafeResult
zstd_safe
Function
cstream_out_size
Copy item path
Settings
Help
Summary
Source
pub fn cstream_out_size() ->
usize
Expand description
Wraps
ZSTD_CStreamOutSize()