Crates.io | bounder |
lib.rs | bounder |
version | 0.0.0 |
source | src |
created_at | 2019-07-17 22:46:44.552848 |
updated_at | 2019-07-17 22:46:44.552848 |
description | Refine types with bounds? |
homepage | https://docs.rs/crate/bounder |
repository | https://gitlab.com/t-rust/bounder.rs |
max_upload_size | |
id | 149770 |
size | 1,753 |
bounder
It might be desirable to add bounds easily to types, e.g., to specify not merely that a value must be a signed integer fitting within a certain number of bits but that it must be an integer no less than −5 and no greater than 256.
This crate is part of the trust
project and is open to volunteers who
would like to bring it to fruition. See also sawmill
.