mirror of
https://github.com/Zenithsiz/int-conv.git
synced 2026-02-03 14:10:08 +00:00
23 lines
576 B
Plaintext
23 lines
576 B
Plaintext
|
|
# 0.1.4
|
|
|
|
Split items in `extend` module into their own modules inside `extend`.
|
|
Added `Signed::abs_unsigned` method.
|
|
Improved `sign` module's tests.
|
|
|
|
# 0.1.3
|
|
|
|
Added insight on implementations on references for most traits.
|
|
Added `impl *Extend<U> for &'a T` implementations for existing builtin types `T`, `U` (i*, u*).
|
|
Added `impl Truncate<U> for &'a T` implementations for existing builtin types `T`, `U` (i*, u*).
|
|
|
|
|
|
# 0.1.2
|
|
|
|
Now ignoring Vscode folder in `.gitignore`.
|
|
Fixed documentation typo in `README`.
|
|
|
|
# 0.1.1
|
|
|
|
Fixed wrong `crates.io` category slugs on `Cargo.toml`.
|