noether 0.3.0

Abstract algebraic structures for Rust
Documentation
[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.num-traits]
version = "0.2.19"

[[example]]
name = "cyclic_group"
path = "examples/cyclic_group.rs"

[[example]]
name = "finite_field"
path = "examples/finite_field.rs"

[[example]]
name = "multi_precision_finite_field"
path = "examples/multi_precision_finite_field.rs"

[[example]]
name = "polynomial_ring"
path = "examples/polynomial_ring.rs"

[[example]]
name = "quaternion"
path = "examples/quaternion.rs"

[[example]]
name = "vector_space"
path = "examples/vector_space.rs"

[features]
default = []

[lib]
name = "noether"
path = "src/lib.rs"

[package]
authors = ["0xAlcibiades <alcibiades.eth@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Abstract algebraic structures for Rust"
edition = "2021"
homepage = "https://github.com/warlock-labs/noether"
keywords = ["math", "algebra", "scalar"]
license = "MIT"
name = "noether"
readme = "README.md"
repository = "https://github.com/warlock-labs/noether"
version = "0.3.0"