#traits #mod #understand #learn #features #tutorial #lib-hello

mod_trait_exerci

how to understand the rust feature trait with mod

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

MIT/Apache

8KB
114 lines

Minimum rustc version GitHub release The Crate mod_trait_exerci Code Build Status on appveyor.com GitHub issues Twitter URL

Getting Started

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

References

No runtime deps