Rust-Essentials-Second-EditionImplementation of code examples fixing warning messages md.NotesHOWTOCreate new projectcargo new chapter-oneCreate folder structurescd chapter-one/src && mkdir binRun applicationscargo run --bin concatcargo run --bin formatcargo run --bin defaultcargo run --bin constractor