assembly_maps/lvl/
mod.rs

1//! # The level (`*.lvl`) file format
2//!
3//! This module can be used to read the level file format
4//! used in the game LEGO Universe.
5
6pub mod file;
7pub mod parser;
8pub mod reader;