praxis_cli / cli / load
Module load
Quick Reference
| Item | Kind | Description |
|---|---|---|
parse_fault_tree_from_xml | fn | |
load_input_file | fn |
Functions
parse_fault_tree_from_xml
rust
fn parse_fault_tree_from_xml(xml_content: &str) -> Result<praxis::core::fault_tree::FaultTree, Box<dyn std::error::Error>>load_input_file
rust
fn load_input_file(path: &std::path::PathBuf) -> Result<praxis::core::fault_tree::FaultTree, Box<dyn std::error::Error>>