1
2
3
4
5
6
7
8
//! This crate provides a convenience parser for use with mangaplus data.
//!
//! The organisation of this crate is zero. You get 1 function which consumes
//! a byte reference and the rest of it is a pregenerated set of files, of
//! which one is consumed instantly.
pub mod ganganonline;
pub mod reader;
pub use ganganonline::*;