Docs.rs
noodles-fasta-0.15.0
noodles-fasta 0.15.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zaeleus
Dependencies
bytes ^1.0.1
normal
memchr ^2.3.3
normal
noodles-bgzf ^0.16.0
normal
noodles-core ^0.9.0
normal
tokio ^1.10.0
normal
tokio ^1.10.0
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
BufReadSeek
Implementors
In noodles_fasta::io
?
Trait
noodles_fasta
::
io
::
BufReadSeek
source
·
[
−
]
pub trait BufReadSeek:
BufRead
+
Seek
{ }
Expand description
A reader that is both buffered and seekable.
Implementors
source
impl<T>
BufReadSeek
for T
where
T:
BufRead
+
Seek
,