[go: up one dir, main page]

nonmax 0.4.0

Numeric types that cannot hold maximum values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# nonmax Changelog


## Unreleased Changes


## 0.4.0 (2020-09-27)

* Raised MSRV to 1.46.0 to make more methods `const`.
* Marked all methods as `const`.
* Added documentation for all items.

## 0.3.0 (2020-09-27)

* Fixed casing of `NonMaxUsize` and `NonMaxIsize`

## 0.2.0 (2020-09-27)

* Initial release