#[derive(DarthRust)]
cargo add regex
cargo add colorful
cargo add chrono
cargo add serde
cargo add serde_json
use darth_rust::DarthRust; use serde::{Deserialize, Serialize}; #[derive(DarthRust, Debug, Serialize, Deserialize, Clone, Default)] struct MyStruct { field1: String, field2: i32, }