trussx 0.2.0

Utilities for designing and analyzing truss structures
Documentation
[dependencies.nalgebra]
features = ["std"]
version = "0.34.1"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.approx]
version = "0.5"

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

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

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

[package]
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "simulation"]
description = "Utilities for designing and analyzing truss structures"
documentation = "https://docs.rs/trussx"
edition = "2021"
homepage = "https://github.com/cmccomb/trussx"
keywords = ["truss", "structural-analysis", "engineering"]
license = "MIT"
name = "trussx"
readme = "README.md"
repository = "https://github.com/cmccomb/trussx"
version = "0.2.0"

[[test]]
name = "cantilever"
path = "tests/cantilever.rs"