arcature 0.1.3

Arcature: an opinionated full-stack Rust web framework. One package, batteries included.
Documentation
1
2
3
4
5
//! The application's authorization policies.
//!
//! Add one file per policy here: a `Policy<M>` impl that answers whether a
//! user may perform an action on a resource. The controller calls
//! `auth.authorize::<Policy>("action", &resource)`.