- Add Iterator
- Add Newtype and DST
- Add Advance Liftime chapter
- Add language switch icon in top-right corner
- Add &'static and T: 'static
- Add Basic lifetime
- Replace gitalk with giscus comments system which is based on Github Discussions
- Update css styles
- Add [comment-docs.md(Zh)]
- Add [crate.md(Zh)]
- Add [module.md(Zh)]
- Add [use-pub.md(Zh)]
- Add [Result (zh)]
- Add [Panics (Zh)]
- Add [Type conversion - others.md (zh)]
- Add [Type conversion - From and Into( Zh )]
- Add Formatting
- Add prinln! and format!
- Add Debug and Display
- Add Comments and Docs
- Add Fighting with Compiler
- Add Package and Crate
- Add Modules
- Add Advanced use and pub
- Add one exercise in Patterns
- Add Result and ?
- Add Type conversions - From/Into
- Add Type conversions - Others
- Add Panics
- Add exercises for diverging functions
- Translate several English chapters to Chinese
- Add Type conversions - As
- Add HashMap
- Translate several English chapters to Chinese
- Add Advanced Traits
- Add Trati object
- Add Traits chapter and solutions