phenotypes 0.1.2

Common types and traits for modeling clinical information
Documentation
1
2
3
4
5
6
7
8
9
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)] // at least for now.. 👻

mod model;
mod observation;
pub mod simple;

pub use model::Fraction;
pub use observation::{Observable, ObservableFeatures};