tt-num

Crates.iott-num
lib.rstt-num
version0.1.0
sourcesrc
created_at2018-07-13 05:15:21.229392
updated_at2018-07-13 05:15:21.229392
descriptiontt-macros for various numerical operations
homepage
repositoryhttps://github.com/durka/tt-num
max_upload_size
id73992
size18,922
Alex Burka (durka)

documentation

https://docs.rs/tt-num

README

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
Commit count: 6

cargo fmt