objex 0.2.0

object entity creation and persistence using matcat and geospec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod mass;
pub mod strength;
pub mod thermal;
pub mod degradation;
pub mod composite;
pub mod mechanical;
pub mod electrical;

pub use mass::*;
pub use strength::*;
pub use thermal::*;
pub use degradation::*;
pub use composite::*;
pub use mechanical::*;
pub use electrical::*;