Docs.rs
noodles-bgzf-0.33.0
noodles-bgzf 0.33.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zaeleus
Dependencies
byteorder ^1.2.3
normal
bytes ^1.0.1
normal
crossbeam-channel ^0.5.6
normal
flate2 ^1.0.1
normal
futures ^0.3.15
normal
optional
libdeflater ^1.19.0
normal
optional
pin-project-lite ^0.2.6
normal
optional
tokio ^1.10.0
normal
optional
tokio-util ^0.7.0
normal
optional
tokio ^1.10.0
dev
Versions
100%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
noodles_
bgzf
0.33.0
BufRead
Implementors
In noodles_
bgzf::
io
Trait
noodles_bgzf
::
io
::
BufRead
Copy item path
source
·
[
−
]
pub trait BufRead:
BufRead
+
Read
{ }
Expand description
A buffered BGZF reader.
Implementors
§
source
§
impl<R>
BufRead
for
Reader
<R>
where R:
Read
,
source
§
impl<R>
BufRead
for
MultithreadedReader
<R>
where R:
Read
+
Send
+ 'static,