mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
7 lines
123 B
Rust
7 lines
123 B
Rust
/// Configuration for executor (TODO)
|
|
#[derive(Debug, Clone)]
|
|
pub struct Config {
|
|
/// Example
|
|
pub example: bool,
|
|
}
|