5 releases
0.2.1 | Oct 20, 2019 |
---|---|
0.2.0 | Oct 18, 2019 |
0.1.2 | Oct 17, 2019 |
0.1.1 | Sep 23, 2019 |
0.1.0 | Sep 23, 2019 |
#14 in #understand
8KB
114 lines
Getting Started
- Learn the crate hello_exercism
The Rust Feature trait and impl
Crate
- crate name: mod_trait_exerci
- folder name: lib-hello
- description: how to understand the rust feature trait with mod
create the crate mod_trait_exerci
mkdir lib-hello && cd lib-hello
cargo init --name mod_trait_exerci --lib