road-runner-common 0.11.0

Shared Rust utilities for exchange ecosystem backend services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg(feature = "authz")]

#[path = "authz/manifest.rs"]
mod manifest;
#[path = "authz/model.rs"]
mod model;
#[path = "authz/pdp.rs"]
mod pdp;
#[path = "authz/pep.rs"]
mod pep;
#[path = "authz/verify.rs"]
mod verify;