incr 0.2.1

Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum.
Documentation
[dependencies.fnv]
optional = true
version = "1"

[features]
default = ["nightly"]
nightly = []

[package]
authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
description = "Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum."
documentation = "https://docs.rs/incr/0.2.0-rc.1/incr/"
homepage = "https://github.com/jonathanstrong/incr"
keywords = ["sequence", "timestamps", "event-loop", "atomic", "increment"]
license-file = "LICENSE"
name = "incr"
readme = "README.md"
repository = "https://github.com/jonathanstrong/incr"
version = "0.2.1"
[profile.test]
opt-level = 3