det 0.1.0

Calculate the determinant using a macro
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Jakub Hlusička <jakub.hlusicka@email.cz>"]
description = "Calculate the determinant using a macro"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "UNLICENSE"]
keywords = ["math", "algebra", "macro", "vector"]
license = "MIT/Unlicense"
name = "det"
readme = "README.md"
repository = "https://github.com/Limeth/det-rs"
version = "0.1.0"