-
rustc -V rustc 1.81.0 (eeb90cda1 2024-09-04)
-
rustup -V rustup 1.27.1 (54dd3d00f 2024-04-24) info: This is the version for the rustup toolchain manager, not the rustc compiler. info: The currently active
rustc
version isrustc 1.81.0 (eeb90cda1 2024-09-04)
-
cargo -V cargo 1.81.0 (2dbb1af80 2024-08-20)
cargo clean
cargo build
cargo test
cargo run --bin json_parser_app -- [strings | colors] [path_str]
Note: path_str example => C:/Users OR C:\Users
cargo run --bin json_parser_app strings C:/Users/....../json_parser/resources/strings.json
cargo run --bin json_parser_app colors C:/Users/....../json_parser/resources/colors.json