Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 206 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 206 Bytes

Rust study

Practice Rust

Add new workspace

Create

cargo new json_handler

Add name into Cargo.toml of the root dir

Run a package

cargo run -p json_handler