axb 1.0.0

A lightweight, zero-dependency linear algebra library with compile-time dimension checking
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.56"
name = "axb"
version = "1.0.0"
authors = ["Ilia Sichinava"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, zero-dependency linear algebra library with compile-time dimension checking"
documentation = "https://docs.rs/axb"
readme = "README.md"
keywords = [
    "linear-algebra",
    "matrix",
    "math",
    "numerical",
    "const-generics",
]
categories = [
    "mathematics",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/toxicmaximalist/axb"

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

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

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

[dependencies]

[dev-dependencies]

[badges.maintenance]
status = "actively-developed"