dxpr 0.2.3

Differentiable expression templates in compile-time, dependency-free, no_std Rust.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["Will Sturgeon <willstrgn@gmail.com>"]
categories = ["algorithms", "data-structures", "mathematics", "no-std", "rust-patterns"]
description = "Differentiable expression templates in compile-time, dependency-free, no_std Rust."
documentation = "https://docs.rs/dxpr/latest/dxpr/"
edition = "2021"
exclude = ["ci.sh", "test-coverage.sh"]
homepage = "https://crates.io/crates/dxpr"
keywords = ["expression-templates", "expression", "differentiable", "autograd", "generic"]
license = "Zlib"
name = "dxpr"
readme = "README.md"
repository = "https://github.com/wrsturgeon/dxpr"
resolver = "2"
version = "0.2.3"