# rust-blog **Repository Path**: jelipo/rust-blog ## Basic Information - **Project Name**: rust-blog - **Description**: Educational blog posts for Rust beginners - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2024-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pretzelhammer's Rust blog 🦀 I write educational content for Rust beginners and Rust advanced beginners. My posts are listed below in reverse chronological order. | Date | Title | |-|-| | 2020-05-19 | [Common Rust Lifetime Misconceptions](./posts/common-rust-lifetime-misconceptions.md) | | 2020-05-09 | [Learning Rust in 2020](./posts/learning-rust-in-2020.md) | | 2020-05-02 | [Why blog?](./posts/why-blog.md) | ## Notifications [Follow pretzelhammer on Twitter](https://twitter.com/pretzelhammer) to get notified when a new blog post gets published! ## Feedback If you have any feedback please feel welcome to [open an issue](https://github.com/pretzelhammer/rust-blog/issues/new) on this repo. I also accept pull requests for minor fixes like typos and grammar. ## Translations If you wanna translate a blog post into another language that's awesome! Please feel free to fork this repo and promote your translation however you like. ## Licensing To be compatible with [Rust](https://github.com/rust-lang/rust), all code examples in this blog are licensed under [Apache License Version 2.0](./license-apache) or [MIT License](./license-mit), at your option.