Docs.rs
barkit-extract-0.1.1
barkit-extract 0.1.1
Docs.rs crate page
GPL-3.0
13 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
nsyzrantsev
Dependencies
clap ^4.5.16
normal
console ^0.15.8
normal
fancy-regex ^0.13.0
normal
flate2 ^1.0.33
normal
gzp ^0.11.3
normal
indicatif ^0.17.8
normal
lz4 ^1.26.0
normal
rayon ^1.10.0
normal
regex ^1.10.6
normal
seq_io ^0.3.2
normal
thiserror ^1.0.63
normal
rstest ^0.22.0
dev
Versions
32.26%
of the crate is documented
Platform
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
Skip to main content
Files
barkit_extract/
lib.rs
1
pub mod
error;
2
pub mod
fastq;
3
pub mod
logger;
4
pub mod
parse;
5
pub mod
pattern;
6
pub mod
run;