Crate rocket_governor[][src]

Expand description

Useable for rocket guards implementing rate-limiting (based on governor)

See rocket_governor for more information.

Structs

An integer that is known not to equal zero.

A rate-limiting quota.

Helper utility for derive macro [rocket_governor_derive::RocketGovernor]

Enums

Representation of HTTP methods.

Traits

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