[dependencies.next_macros]
version = "0.2.0"
[lib]
name = "next"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Provides a trait to get the next sequential value"
edition = "2024"
keywords = ["next", "increment", "nextafter"]
license = "MIT OR Apache-2.0"
name = "next"
readme = "README.md"
repository = "https://github.com/Seldom-SE/next"
version = "0.2.0"
[[test]]
name = "tests"
path = "tests/tests.rs"