dhttp-access 0.2.0

Identity-aware access control primitives for DHttp
Documentation
1
2
3
4
5
6
7
#[allow(clippy::module_inception)]
pub mod location {
    pub mod location;
    pub use location::Entity as Location;
    pub mod rule;
    pub use rule::Entity as Rule;
}