[go: up one dir, main page]

algebra 0.2.0

Abstract algebra for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies]
quickcheck = "0.2"
quickcheck_macros = "0.2"

[lib]
name = "algebra"

[package]
authors = ["Brendan Zabarauskas", "Darin Morrison"]
description = "Abstract algebra for Rust"
keywords = ["algebra", "monoids", "math"]
name = "algebra"
readme = "README.md"
repository = "https://github.com/brendanzab/algebra"
version = "0.2.0"