Skip to content
Snippets Groups Projects
Commit 299e2bb5 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

doc work

parent cbf2e32b
No related branches found
No related tags found
No related merge requests found
Pipeline #7732 passed
......@@ -171,6 +171,7 @@ impl TryFrom<PartialArgs> for Args {
}
}
/// Show the OPOSSUM logo as ASCII art and the CLI version information.
pub fn show_intro() {
println!(" .:^
:: ......:::^^^^:.. .:.
......
......@@ -21,11 +21,12 @@ pub mod error;
pub mod spectrum;
/// Handling of node properties
pub mod properties;
use chrono::DateTime;
pub use optic_scenery::OpticScenery;
/// Module for handling the OPOSSUM CLI
pub mod console;
mod optic_graph;
......
......@@ -11,7 +11,6 @@ use opossum::{
error::OpossumError,
},
};
fn main() {
//not necessary, just for fun
show_intro();
......
......@@ -7,7 +7,7 @@ use crate::{
nodes::{FilterType, Metertype, PortMap, SpectrometerType},
optic_graph::OpticGraph,
};
/// A general set of (optical) properties.
#[derive(Default, Serialize, Deserialize, Debug, Clone)]
pub struct Properties {
pub props: HashMap<String, Property>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment