simple-rate-limit 0.1.0

Rate limit enforcement as simple data structures, no atomics.
Documentation
# simple-rate-limit

[![License](https://img.shields.io/crates/l/simple-rate-limit.svg)](https://github.com/irrustible/simple-rate-limit/blob/main/LICENSE)
[![Package](https://img.shields.io/crates/v/simple-rate-limit.svg)](https://crates.io/crates/simple-rate-limit)
[![Documentation](https://docs.rs/simple-rate-limit/badge.svg)](https://docs.rs/simple-rate-limit)

TODO: Usage.

## Status

Brand new, but seems to work. Lacks automated tests, but has manual ones.

## Copyright and License

    Copyright (c) 2020 James Laver, simple-rate-limit contributors.
    
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
    file, You can obtain one at http://mozilla.org/MPL/2.0/.