1234567891011121314151617 |
- [package]
- name = "lineal"
- authors = ["Felix Bytow <drako@drako.guru>"]
- description = "LINEar ALgebra"
- license = "MIT"
- repository = "https://git.drako.guru/drako/lineal-rs"
- readme = "README.md"
- version = "0.4.0"
- edition = "2021"
- publish = ["crates-drako-guru"]
- [features]
- default = ["complex", "quaternion", "matrix", "angular"]
- complex = []
- quaternion = []
- matrix = []
- angular = []
|