3 Repositories
Rust matter-rs Libraries
Parallel iteration of FASTA/FASTQ files, for when sequence order doesn't matter but speed does
Rust-parallelfastx A truly parallel parser for FASTA/FASTQ files. Principle The input file is memory-mapped then virtually split into N chunks. Each c
8 Oct 24, 2022
Rust implementation of the Matter protocol. Status: Experimental
matter-rs: The Rust Implementation of Matter Build Building the library: $ cd matter $ cargo build Building the example: $ cd matter $ RUST_LOG="matt
12 Jan 5, 2023
Front Matter parser for Rust.
fronma Front Matter parser for Rust. Usage Add this crate as a dependency: [dependencies] fronma = "~0.1" then use fronma::parser::parse to parse text
6 Nov 19, 2021