Newbie Rust Programmer Project Practice

Newbie Rust Programmer Project Practice

I am currently an active beginner Rust programmer who has just started learning. During my learning process, I have a high acceptance of Rust and really appreciate its memory management design and unique programming language features. As a beginner in Rust, we all need some programming exercises to help us get into the world of Rust programming. I have been learning Rust for about a week now, and I tried to mimic the mdbook program using Rust, developing a similar program. Through this program, I practice some Rust programming skills. Now, the source code is open-source on GitHub. Are there any other beginners in Rust? We can maintain or learn from this project together. 😄

Github:https://github.com/auula/typikon

As a newbie Rust programmer, I hope my project can get some attention. 😄 If you like it, please give it a star 🌟.

Introduce

Typikon name derived from Typikon Book, the a static website rendering tool similar to mdbook and gitbook, but it focuses only on rendering markdown into an online book, and is easier to use than the other tools.

2.Preview

Document
To learn how to use the Typikon program, you can refer to the documentation that I have written. This documentation is generally rendered and built using Typikon. The online documentation can be accessed at the following address: https://typikonbook.github.io🌟.