topopt 0.1.3

Topology optimization in pure Rust, based on 99 lines of MATLAB
Documentation
[dependencies.nalgebra]
features = ["rand"]
version = ">=0.30.0"

[dependencies.nalgebra-sparse]
version = ">=0.9.0"
[dev-dependencies.mocktave]
version = "0.1.3"

[package]
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
categories = ["science", "simulation", "aerospace::simulation", "algorithms"]
description = "Topology optimization in pure Rust, based on 99 lines of MATLAB"
documentation = "https://docs.rs/topopt"
edition = "2021"
exclude = ["mbb.gif"]
homepage = "https://github.com/cmccomb/topopt-rs"
keywords = ["optimization", "engineering", "topopt"]
license = "MIT"
name = "topopt"
readme = "README.md"
repository = "https://github.com/cmccomb/topopt-rs"
version = "0.1.3"