rappct 0.13.3

Rust AppContainer / LPAC toolkit for Windows (profiles, capabilities, process launch, diagnostics).
Documentation
1
2
3
4
5
6
7
#[cfg(windows)]
#[test]
fn skeleton_compiles_and_exports() {
    use std::mem::size_of;
    // Sanity: ensure core API types are linkable and sized.
    let _ = size_of::<rappct::LaunchOptions>();
}