1 2 3 4 5 6 7 8 9 10 11
[package] name = "atools" version = "0.1.7" edition = "2021" description = "const generic expr based fixed length array manipulation" authors = ["bend-n <[email protected]>"] license = "MIT" repository = "https://github.com/bend-n/atools" keywords = ["array"] categories = ["no-std"] rust-version = "1.85"