zoe 0.0.30

A nightly library for viral genomics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod cast;
mod float;
mod integer;

pub use crate::simd::SimdAnyInt;
pub use integer::*;

#[cfg(feature = "dev-phmm")]
pub(crate) use cast::*;

pub(crate) use float::*;

#[cfg(any(feature = "fuzzing", test))]
mod float_compare;
#[cfg(any(feature = "fuzzing", test))]
pub use float_compare::*;