About
This package provides utilities for designing and analyzing truss structures
Usage
Here are some basic examples of usage
Building a truss
For example, you can build a truss with something like:
use ;
let mut x = new;
let a = x.add_joint;
let b = x.add_joint;
let c = x.add_joint;
let _ab = x.add_edge;
let _bc = x.add_edge;
let _ac = x.add_edge;
Analyzing a truss
Coming soon!