r2x 0.0.29

A framework plugin manager for the r2x power systems modeling ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! R2X library - expose modules for testing
//!
//! This library exposes core modules needed for testing and integration.

pub mod commands;
pub mod common;
pub mod errors;
pub mod help;
pub mod manifest_lookup;
pub mod package_verification;
pub mod pipeline_config;
pub mod plugins;