lex-map_editor_std 0.2.0

standard types and parser for lex-map_editor
Documentation
1
2
3
4
5
6
7
8
9
//! # Lex Map Editor Std
//! simple standard types and parser for "Lex Map Editor"(not released)
//! and projects using it.

pub mod types;
pub mod map;

#[cfg(test)]
mod tests;