incr 0.2.0

Simple, fast and self-contained data structures for checking whether a new value is greater than the previous maximum.
Documentation
[package]
name = "incr"
version = "0.2.0"
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."
homepage = "https://github.com/jonathanstrong/incr"
repository = "https://github.com/jonathanstrong/incr"
readme = "README.md"
keywords = ["sequence", "timestamps", "event-loop", "atomic", "increment"]
license-file = "LICENSE"
documentation = "https://docs.rs/incr/0.2.0-rc.1/incr/"

[dependencies]
fnv = { version = "1", optional = true }

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

[profile.test]
opt-level = 3