-
Added feature for optional serde support.
-
Added doc_cfg to docs.rs build.
-
Fixed incorrect integer formatting across most implemented fmt traits (Debug is fine and unchanged).
-
Fixed the sign of a remainder in a truncated division (earlier matched the sign of a quotient, now matches the sign of a dividend).
-
Added
unsigned_absand euclidean division for signed integers.
First unstable release.