next 0.2.0

Provides a trait to get the next sequential value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "next"
version = "0.2.0"
edition = "2024"
categories = ["mathematics"]
description = "Provides a trait to get the next sequential value"
keywords = ["next", "increment", "nextafter"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Seldom-SE/next"

[dependencies]
next_macros = { version = "0.2.0", path = "macros" }