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

/// The general types used all over the place
pub mod types;
/// Parser methods for the general types
pub mod parser;