core-policy 0.11.0

Pure RBAC/ABAC policy engine core (zero crypto/network dependencies)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# core-policy


Pure RBAC/ABAC policy engine core with zero crypto/network dependencies.

Wildcard path matching, context expressions, and policy authorization.

## Features


- **`toml`** — enables `Policy::from_toml()` / `Policy::to_toml()` (requires std)
- Without `toml`: genuine `#![no_std]`, builds for `thumbv7em-none-eabi`

## License


Apache-2.0