bounded 0.2.0

Bounded numeric types
1
2
3
4
5
6
7
8
# Bounded

[![crates.io](https://img.shields.io/crates/v/bounded.svg)](https://crates.io/crates/bounded)
[![docs.rs](https://docs.rs/bounded/badge.svg)](https://docs.rs/bounded)
[![license](https://img.shields.io/crates/l/bounded)](#license)
[![ci](https://github.com/kgv/bounded/workflows/ci/badge.svg)](https://github.com/kgv/bounded/actions)

Library defines an integer bounded by closed interval.