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
#[path = "graph/finalize.rs"]
mod finalize;
#[path = "graph/index.rs"]
mod index;
#[path = "graph/model.rs"]
mod model;
#[path = "graph/reachability.rs"]
mod reachability;

pub(crate) use super::unit::NativeRootInventory;
pub use super::unit::{Effect, UnitAnalysis, UnitKind};
pub use finalize::finish_analysis;
pub use model::{Analysis, AnalysisOutput, BuildOutput, ModuleAnalysis, RetentionReason};