peano

Crates.iopeano
lib.rspeano
version1.0.2
sourcesrc
created_at2015-10-12 03:18:21.333737
updated_at2016-09-04 20:51:41.364001
descriptionThe peano numbers implemented in Rust's type system. Consider using typenum instead for much faster type-level numbers.
homepagehttp://paholg.com/project/peano
repositoryhttps://github.com/paholg/peano
max_upload_size
id3200
size23,650
Paho Lurie-Gregg (paholg)

documentation

http://paholg.com/peano

README

crates.io Build Status

Peano

Peano is a library for type-level numbers in Rust. It has been supplanted by typenum, which does the same things (and more) and is much faster.

The advantage of peano is that it is much simpler; the entire library is a single file that is under 400 lines of code, many of which are comments.

So, take a look if you want to explore type-level programming. If you want to import a library, use typenum.

Commit count: 18

cargo fmt