parseal 0.2.4

An easy way to create your own parsers
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod parsing;

#[cfg(feature = "derive")]
pub use parseal_derive::Parsable;

#[cfg(feature = "data-formats")]
pub mod data_formats;

#[cfg(feature = "language-formats")]
pub mod language_formats;