Crate pobsd_parser
source ·Re-exports
pub use self::game::Game;pub use self::parser::Parser;pub use self::parser::ParserResult;
Modules
- Game
- This parser provides a simplistic
Parserthat converts the PlayOnBSD Database (either provided as a string or as a file) into a vector ofGameobjects.