hara-native 0.1.21

HAL-free native host runtime and package launcher for Hara
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, PartialEq, Eq)]
pub(in crate::task::production) struct BundleSummary {
    pub(in crate::task::production) output_bytes: usize,
    pub(in crate::task::production) output_digest: String,
    pub(in crate::task::production) module_count: usize,
}