Docs.rs
fqtk-0.4.0
fqtk 0.4.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tfenne
github:fulcrumgenomics:developers
nh13
Dependencies
ahash ^0.8.12
normal
anyhow ^1.0.102
normal
bstr ^1.12.1
normal
clap ^4.6.0
normal
enum_dispatch ^0.3.13
normal
env_logger ^0.11.10
normal
fgoxide ^0.6.0
normal
flate2 ^1.1.9
normal
itertools ^0.14.0
normal
log ^0.4.29
normal
mimalloc ^0.1.48
normal
pooled-writer ^0.4.0
normal
proglog ^0.4.0
normal
rand ^0.9
normal
rand_chacha ^0.9
normal
read-structure ^0.2.0
normal
rstest ^0.26.1
normal
seq_io ^0.3.1
normal
serde ^1.0.228
normal
serde-aux ^4.7.0
normal
thiserror ^2.0.18
normal
bgzf ^0.3.0
dev
csv ^1.1.6
dev
tempfile ^3.27.0
dev
Versions
75%
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
Crate fqtk_lib
fqtk_
lib
0.4.0
All Items
Crate Items
Modules
Constants
Functions
Crate
fqtk_
lib
Copy item path
Source
Modules
§
barcode_
matching
bitenc
A fixed-width bit encoding implementation. This allows to store a sequence of values over a reduced alphabet by packing them bit-encoded into a sequence of bytes.
samples
Constants
§
BASE_A
BASE_B
BASE_C
BASE_G
BASE_T
DNA_
BASES
DNA_
MASKS
IUPAC_
BASES
IUPAC_
MASKS
Functions
§
decode
Decodes a DNA/IUPAC encoded squence.
encode