1
2
3
4
5
6
7
//! # Common datastructures and methods
//!
//! This module implements core traits for this library

pub mod types;
pub mod parser;
pub mod reader;