rmf_site_editor 0.0.1

File format parsing for rmf_site_editor
Documentation
1
2
3
4
5
pub fn demo_office() -> Vec<u8> {
    return include_str!("../assets/office.building.yaml")
        .as_bytes()
        .to_vec();
}