1
2
3
4
5
6
//! 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;