1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lower"
version = "0.1.4"
authors = ["bend-n <[email protected]>"]
description = "desugar math where the compiler wont"
edition = "2021"
repository = "https://github.com/bend-n/lower-plus.git"
license = "MIT"
keywrords = ["fast", "math", "float"]
categories = ["hardware-support", "mathematics"]

[dependencies]
lower-macros = "0.1.1"