Skip to content
Snippets Groups Projects
lib.rs 360 B
Newer Older
//! This is the documentation for the OPOSSUM software package. OPOSSUM stands for OPen-source Optics Simulation Software and Unified Modeller.
//! 
/// The basic structure containing the entire optical model
pub mod optic_scenery;
/// The basic structure representing an optical element
pub mod optic_node;
pub mod optic_ports;
Udo Eisenbarth's avatar
Udo Eisenbarth committed
pub mod nodes;

pub mod error;