Derive Macro rocket_governor_derive::RocketGovernor[][src]

#[derive(RocketGovernor)]
Expand description

rocket_governor_derive is a rocket guard implementation of the governor rate limiter.

It is used in combination with rocket_governor.

Declare a struct with #[derive(RocketGovernor)] and implement the missing quota() method.