chore: sync project state and current artifacts
This commit is contained in:
15
crates/cli/src/lib.rs
Normal file
15
crates/cli/src/lib.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
//! # Entropyk CLI
|
||||
//!
|
||||
//! Command-line interface for batch thermodynamic simulations.
|
||||
//!
|
||||
//! This crate provides the `entropyk-cli` binary for running thermodynamic
|
||||
//! simulations from the command line, supporting both single simulations
|
||||
//! and batch processing.
|
||||
|
||||
pub mod batch;
|
||||
pub mod config;
|
||||
pub mod error;
|
||||
pub mod run;
|
||||
|
||||
pub use config::ScenarioConfig;
|
||||
pub use error::{CliError, CliResult, ExitCode};
|
||||
Reference in New Issue
Block a user