Crate rocket_simple_authorization[][src]

Expand description

simple-authorization Request Guard for Rocket Framework

This crate provides a request guard builder used for authorization.

See examples.

Macros

To let a struct which implements the SimpleAuthorization trait become an authorizer.

Traits

The trait for an authorizer.