Docs.rs
bgzip-0.3.0
bgzip 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
informationsea
Dependencies
flate2 ^1
normal
libdeflater ^0.12.0
normal
log ^0.4
normal
rayon ^1.6.1
normal
thiserror ^1.0
normal
anyhow ^1
dev
clap ^4.0
dev
csv ^1
dev
flate2 ^1
dev
rand ^0.8.5
dev
rand_pcg ^0.3.1
dev
tempfile ^3.3
dev
Versions
53.61%
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
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 write
Structs
Constants
Functions
?
Module
bgzip
::
write
source
·
[
−
]
Expand description
BGZF writer
Structs
BGZFMultiThreadWriter
A Multi-thread BGZF writer
BGZFWriter
A BGZF writer
Constants
DEFAULT_COMPRESS_UNIT_SIZE
Default BGZF compress unit size
MAXIMUM_COMPRESS_UNIT_SIZE
Maximum BGZF compress unit size
Functions
write_block
Write single BGZF block to writer.