| Crates.io | typenum-prime |
| lib.rs | typenum-prime |
| version | 0.2.0 |
| created_at | 2018-01-20 18:26:38.287249+00 |
| updated_at | 2018-08-31 15:00:49.718357+00 |
| description | compile-time primality testing of type-level integers from the typenum crate |
| homepage | |
| repository | https://github.com/dcrewi/typenum-prime-rs |
| max_upload_size | |
| id | 47561 |
| size | 91,794 |
typenum-primeThis is a rust crate that provides a marker trait for compile-time
primality testing of type-level integers from the typenum crate. The
test is defined for all unsigned integers.
The crate is published on https://crates.io/ as typenum-prime. Add
it to your Cargo.toml in the usual way.
[dependencies]
typenum-prime = "0.2"
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
I would prefer it if you included language to this effect in the commit message of your first pull request.