
Getting Started
The Rust Feature trait and impl

Crate
- crate name: modtraitexerci
- folder name: lib-hello
- description: how to understand the rust feature trait with mod
create the crate mod_trait_exerci
bash
mkdir lib-hello && cd lib-hello
cargo init --name mod_trait_exerci --lib
References