Crate

I. develop the crate

Step 1: create the default crate

bash mkdir lib-hello && cd lib-hello cargo init --name mod_trait_exerci --lib

Step 2: develop the crate source and test codes

Step 3: develop the example codes