chio-kernel 0.1.0

Chio runtime kernel: capability validation, guard evaluation, receipt signing
Documentation
1
2
3
4
5
6
7
8
# chio-kernel

`chio-kernel` is the governed Chio runtime library. It validates capabilities,
evaluates guards, signs receipts, and coordinates the policy and persistence
layers used by the rest of the stack.

Use `chio-kernel` when you need Rust-level access to Chio enforcement behavior.
If you want the supported operator path, start with `chio-cli`.