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