munyo 0.8.0

A data language which aims to be the most efficient way to handwrite data.
Documentation
1
2
3
4
5
6
7
8
//! Errors for Munyo

pub(crate) mod deserialize_error;
pub(crate) mod line_col_lookup;
pub(crate) mod munyo_error;
pub(crate) mod parse_error;
pub(crate) mod parse_error2;
pub(crate) mod parse_fail;