peano 1.0.2

The peano numbers implemented in Rust's type system. Consider using typenum instead for much faster type-level numbers.
Documentation
  • Coverage
  • 100%
    29 out of 29 items documented3 out of 11 items with examples
  • Size
  • Source code size: 23.79 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.81 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • paholg/peano
    24 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • paholg

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.