act-policy 0.13.2

Capability policy decision core (PDP) for the ACT toolchain
Documentation
1
2
3
4
5
6
7
8
9
10
//! Built-in capability providers (factories) for the ACT policy framework.
//!
//! Each provider wraps Stage 1 matchers and implements `CapabilityProvider`.
//! `ProviderRegistry::with_builtins()` (in `provider.rs`) registers these.

pub mod credentials;
pub mod fs;
pub mod generic;
pub mod http;
pub mod sockets;