mod_trait_exerci

Crates.iomod_trait_exerci
lib.rsmod_trait_exerci
version0.2.1
sourcesrc
created_at2019-09-23 20:42:12.273568
updated_at2019-10-20 18:21:08.323625
descriptionhow to understand the rust feature trait with mod
homepagehttps://crates.io/crates/mod_trait_exerci
repositoryhttps://github.com/cnruby/learn-rust-by-crates/tree/master/hello-mod-trait
max_upload_size
id167116
size26,157
Gudao Luo (cnruby)

documentation

https://cnruby.github.io/learn-rust-by-crates/hello-mod-trait/mod_trait_exerci/

README

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

Commit count: 0

cargo fmt