hara-native 0.1.8

HAL-free native host runtime and package launcher for Hara
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[path = "bundle/compile.rs"]
pub(super) mod compile;
#[path = "bundle/load.rs"]
pub(super) mod load;
#[path = "bundle/model.rs"]
mod model;
#[path = "bundle/order.rs"]
mod order;
#[path = "bundle/render.rs"]
mod render;

pub(super) use model::ProductionBuild;

#[cfg(test)]
#[path = "bundle/tests.rs"]
mod tests;