tt-num 0.1.0

tt-macros for various numerical operations
Documentation
  • Coverage
  • 33.33%
    1 out of 3 items documented1 out of 1 items with examples
  • Size
  • Source code size: 18.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.12 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • durka/tt-num
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • durka

tt-num

Build Status Latest Version Rust Documentation

This library is an entry in the tt_call series of modular interoperable tt-muncher building blocks.

Macros are contained here that perform a variety of operations on "numbers". These may be semi-human-readable literals, or encodings for macros to use (like unary and nested-parens). Operations will include conversions and math.

Included macros:

  • tt_atoi: convert decimal-encoded numbers (e.g. [4 2]) to a unary encoding that macros can use