mod_trait_exerci 0.1.2

how to understand the rust feature trait with mod
Documentation

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