bio-seq 0.14.8

Bit packed and well-typed biological sequences
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Experimental encodings with maskable bases

pub mod dna;
pub mod iupac;

pub use dna::Dna;
pub use iupac::Iupac;

/*
#[cfg(test)]
mod tests {
    use crate::prelude::*;
}
*/