zoe 0.0.31

A nightly library for viral genomics
Documentation
1
2
3
4
5
6
7
8
9
/// A private module with helper functions for things that look like `[u8; N]`.
pub(crate) mod array_types;
pub(crate) mod byte_types;
/// A private module for working with IDs.
pub(crate) mod id_types;
/// SIMD traits to extend portable SIMD.
pub(crate) mod simd;
/// A private module with helper traits for things like [`Vec<u8>`].
pub(crate) mod vec_types;