sciforge-core 0.0.4

Shared engineering primitives: materials, fasteners, fluids, propulsion taxonomies, std components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod brayton;
pub mod carnot;
pub mod diesel;
pub mod otto;
pub mod rankine;

pub use brayton::*;
pub use carnot::*;
pub use diesel::*;
pub use otto::*;
pub use rankine::*;