Crate rebgzf

Crate rebgzf 

Source

Re-exports§

pub use bgzf::is_bgzf;
pub use bgzf::validate_bgzf_streaming;
pub use bgzf::validate_bgzf_strict;
pub use bgzf::verify_bgzf;
pub use bgzf::BgzfValidation;
pub use bgzf::BgzfVerification;
pub use bgzf::GziEntry;
pub use bgzf::GziIndexBuilder;
pub use deflate::tokens::LZ77Token;
pub use error::Error;
pub use error::Result;
pub use transcoder::parallel::ParallelTranscoder;
pub use transcoder::single::SingleThreadedTranscoder;

Modules§

bgzf
bits
deflate
error
gzip
huffman
transcoder

Structs§

TranscodeConfig
Configuration for transcoding
TranscodeStats
Statistics from a transcoding operation

Enums§

CompressionLevel
Compression level for encoding (1-9)
FormatProfile
Format profile for input-aware optimization

Traits§

Transcoder
Trait for the complete transcoding operation