algebra 0.1.0

Abstract algebra for Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "algebra"
version = "0.1.0"
authors = ["Brendan Zabarauskas", "Darin Morrison"]
description = "Abstract algebra for Rust"
keywords = ["algebra", "monoids", "math"]
readme = "README.md"
repository = "https://github.com/bjz/algebra"

[lib]
name = "algebra"

# [dev_dependencies.quickcheck]
# git = "https://github.com/BurntSushi/quickcheck"
#
# [dev_dependencies.quickcheck_macros]
# git = "https://github.com/BurntSushi/quickcheck"