Docs.rs
fastx-0.2.0
fastx 0.2.0
Docs.rs crate page
CC-BY-SA-4.0
Links
Repository
Crates.io
Source
Owners
ahcm
Dependencies
memchr ^2.4.0
normal
Versions
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
FastQRead
Required Methods
comment
qual
Implementors
In fastx::FastX
?
Trait
fastx
::
FastX
::
FastQRead
source
·
[
−
]
pub trait FastQRead:
FastXRead
{ fn
comment
(&self) -> &
str
;
fn
qual
(&self) -> &
Vec
<
u8
>; }
Required Methods
§
source
fn
comment
(&self) -> &
str
source
fn
qual
(&self) -> &
Vec
<
u8
>
Implementors
§
source
§
impl
FastQRead
for
FastQRecord