1
2
3
4
5
6
7
8
//! This module provides some structs to manipulate data.


pub mod atomic;
pub mod identification;
pub mod composite;