# rust-blog **Repository Path**: wcs110/rust-blog ## Basic Information - **Project Name**: rust-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pretzelhammer's Rust blog 🦀 I write educational content for Rust beginners and Rust advanced beginners. Here are my posts in reverse chronological order. | Year | Title | Popularity | Translations | |-|-|-|-| | 2024 | [Using Rust in Non-Rust Servers to Improve Performance](./posts/rust-in-non-rust-servers.md) | 🔥🔥 | [中文](./posts/translations/zh-hans/rust-in-non-rust-servers.md) | | 2024 | [Learning Rust in 2024](./posts/learning-rust-in-2024.md) | 🔥🔥🔥 | [中文](./posts/translations/zh-hans/learning-rust-in-2024.md) | | 2024 | [Beginner's Guide to Concurrent Programming: Coding a Multithreaded Chat Server using Tokio](./posts/chat-server.md) | 🔥🔥 | [中文](./posts/translations/zh-hans/chat-server.md) | | 2021 | [RESTful API in Sync & Async Rust](./posts/restful-api-in-sync-and-async-rust.md) | 🔥 | - | | 2021 | [Tour of Rust's Standard Library Traits](./posts/tour-of-rusts-standard-library-traits.md) | 🔥🔥🔥 |[中文](./posts/translations/zh-hans/tour-of-rusts-standard-library-traits.md) | | 2020 | [Learn Assembly with Entirely Too Many Brainfuck Compilers](./posts/too-many-brainfuck-compilers.md) | 🔥 | - | | 2020 | [Sizedness in Rust](./posts/sizedness-in-rust.md) | 🔥🔥 | [中文](./posts/translations/zh-hans/sizedness-in-rust.md) | | 2020 | [Common Rust Lifetime Misconceptions](./posts/common-rust-lifetime-misconceptions.md) | 🔥🔥🔥🔥 | [中文](./posts/translations/zh-hans/common-rust-lifetime-misconceptions.md) · [日本語](./posts/translations/jp/common-rust-lifetime-misconceptions.md) · [русский](./posts/translations/rus/common-rust-lifetime-misconceptions.md) | | 2020 | [Learning Rust in 2020](./posts/learning-rust-in-2020.md) | 🔥🔥 | [中文](./posts/translations/zh-hans/learning-rust-in-2020.md) | | 2020 | [Why blog?](./posts/why-blog.md) | - | [中文](./posts/translations/zh-hans/why-blog.md) · [Türkçe](./posts/translations/tr/why-blog.md) | Note: translations are community-maintained. ## Notifications Get notified when a new blog post gets published by - Subscribing to this repo's [releases RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or - Watching this repo's releases (click `Watch` → click `Custom` → select `Releases` → click `Apply`) ## 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 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. I also accept pull requests for translations if you'd like to host your translation on my blog directly. ## 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. I'd like to retain exclusive rights to the English version of the posts themselves, but as mentioned above if you translate a post into another language you're welcome to promote your translations however you like.