rmacro 0.1.0

An internal tool for the r-series of computational crates. It handles defining expressions at build time with a macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[lib]

[package]
authors = ["Eli Fischl <vio@ocf.berkeley.edu>", "Patrick Unick <dev_storm@winux.com>"]
description = "An internal tool for the r-series of computational crates. It handles defining expressions at build time with a macro."
edition = "2021"
keywords = ["macro", "math", "function"]
license = "MIT"
name = "rmacro"
repository = "https://github.com/Vio-Eli/rmacro"
version = "0.1.0"