gitextract_5feznwjv/ ├── .gitignore ├── assets/ │ └── main.rs ├── license-apache ├── license-mit ├── posts/ │ ├── chat-server.md │ ├── common-rust-lifetime-misconceptions.md │ ├── learning-rust-in-2020.md │ ├── learning-rust-in-2024.md │ ├── restful-api-in-sync-and-async-rust.md │ ├── rust-in-non-rust-servers.md │ ├── sizedness-in-rust.md │ ├── too-many-brainfuck-compilers.md │ ├── tour-of-rusts-standard-library-traits.md │ ├── translations/ │ │ ├── jp/ │ │ │ └── common-rust-lifetime-misconceptions.md │ │ ├── rus/ │ │ │ └── common-rust-lifetime-misconceptions.md │ │ ├── tr/ │ │ │ └── why-blog.md │ │ └── zh-hans/ │ │ ├── chat-server.md │ │ ├── common-rust-lifetime-misconceptions.md │ │ ├── learning-rust-in-2020.md │ │ ├── learning-rust-in-2024.md │ │ ├── rust-in-non-rust-servers.md │ │ ├── sizedness-in-rust.md │ │ ├── tour-of-rusts-standard-library-traits.md │ │ └── why-blog.md │ └── why-blog.md └── readme.md