Docs.rs
noodles-vcf-0.68.0
noodles-vcf 0.68.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
zaeleus
Dependencies
futures ^0.3.15
normal
optional
indexmap ^2.0.0
normal
memchr ^2.3.3
normal
noodles-bgzf ^0.33.0
normal
noodles-core ^0.15.0
normal
noodles-csi ^0.40.0
normal
noodles-tabix ^0.46.0
normal
percent-encoding ^2.1.0
normal
pin-project-lite ^0.2.6
normal
optional
tokio ^1.10.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_
vcf
0.68.0
In noodles_
vcf::
header::
parser
noodles_vcf
::
header
::
parser
Function
parse_record
Copy item path
Source
pub fn parse_record( src: &[
u8
], file_format:
FileFormat
, ) ->
Result
<
Record
, ParseError>