impl-num-traits 0.2.0

num-traits implementation for uint.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [0.2.0] - 2024-09-11
- Updated `uint` to 0.10. [#859]https://github.com/paritytech/parity-common/pull/859

## [0.1.2] - 2023-02-01
- Added `checked_*` trait impls. [#716]https://github.com/paritytech/parity-common/pull/716
- Migrated to 2021 edition, enforcing MSRV of `1.56.1`. [#601]https://github.com/paritytech/parity-common/pull/601

## [0.1.1] - 2021-06-30
- Added `integer-sqrt` trait support. [#554]https://github.com/paritytech/parity-common/pull/554