[go: up one dir, main page]

alga 0.5.4

Abstract algebra for Rust
Documentation
[package]

name = "alga"

version = "0.5.4"

authors = ["Brendan Zabarauskas", "Darin Morrison", "Sébastien Crozet"]

description = "Abstract algebra for Rust"

keywords = ["algebra", "monoids", "math"]

categories = ["Science"]

readme = "README.md"

repository = "https://github.com/sebcrozet/alga"

documentation = "https://docs.rs/alga"

license = "Apache-2.0"



[lib]

name = "alga"



[dependencies]

num-traits  = "0.1"

num-complex = { version = "0.1", default-features = false }

approx      = "0.1"

decimal     = { version = "1.0", optional = true }



[dev-dependencies]

quickcheck  = "0.3"

alga_derive = { version = "0.5", path = "../alga_derive" }