# rust-easy **Repository Path**: yhl-tools/rust-easy ## Basic Information - **Project Name**: rust-easy - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-27 - **Last Updated**: 2024-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1, cargo run --example ser-json 2, cargo run --release 3, cargo test --test app_test cargo test utils::csv::tests::cvs_test -- --nocapture cargo test --lib -- utils::csv::tests::cvs_test --nocapture cargo test --lib -- utils::file::tests::write_test --nocapture 4, cargo run --bin cmd 6, cargo bench 7, cargo doc --open 8, cargo install cargo-watch cargo watch -x 'run --bin main' cargo watch -x test 9, diesel cargo install diesel_cli --no-default-features --features mysql diesel setup --database-url mysql://root:xjtu123456@192.168.3.140/test diesel migration generate create_posts diesel migration run --database-url mysql://root:xjtu123456@192.168.3.140/test