Skip to main content

bijux_cli/api/
kernel.rs

1#![forbid(unsafe_code)]
2//! Kernel policy facade.
3
4pub use crate::kernel::{
5    map_error_category_to_exit, resolve_policy, ExecutionIntent, PolicyInputs,
6};