rs95 0.2.0

A Rust library implementing the ISA-95 domain models
Documentation
1
2
3
4
5
6
7
8
9
10
//! The core ISA-95 domain model.

pub mod equipment;
pub mod equipment_hierarchy;
pub mod material;
pub mod operational_location;
pub mod operations;
pub mod personnel;
pub mod physical_asset;
pub mod process_segment;