tags rust (32 posts)
- 2024.11.29 :: The Essence of Templating with Tera :: #rust #SSR #templates #engines #tera
- 2024.10.05 :: Yew: First Steps :: #rust #web frameworks #frontend #yew
- 2024.09.15 :: Serving the Web with Rocket :: #rust #web #rocket #templates #static files
- 2024.09.14 :: Saving the Day: Error Handling :: #rust #Result type #error handling
- 2024.09.04 :: Other Blogs Highlight: Async Rust can be a pleasure to work with :: #rust #async
- 2024.08.26 :: The Mystery of the Hashmap :: #rust #collections #hashmap
- 2024.08.11 :: Other Blogs Highlight: Build Your Own SQLite :: #rust #sqlite
- 2024.07.31 :: rust-pdf-extractor - Turning PDF Documents into Plain Text :: #rust #CLI app #file IO
- 2024.07.30 :: String Theory :: #rust #collections #strings
- 2024.07.24 :: markdown-html-rs - Converting Markdown Content to HTML :: #rust #CLI app #markdown
- 2024.07.16 :: nf - An Empty File Maker :: #rust #CLI app #file IO
- 2023.11.07 :: The Mighty Vector :: #rust #collections #vectors
- 2023.10.11 :: Demystifying Middlware in Actix Web :: #rust #web frameworks #actix web #middleware
- 2023.07.31 :: Packages, Modules, and Crates..Oh My! :: #rust #organization
- 2023.06.05 :: Simple Website Hosting with Shuttle :: #rust #static files #shuttle
- 2023.04.14 :: Result-ful Thinking :: #rust #enums #result
- 2022.09.30 :: Matchy Matchy :: #rust #control flow #match
- 2022.09.13 :: Is it Something or Nothing: The Option Type :: #rust #enums #option
- 2022.07.14 :: The Memory Doesn't Remain :: #rust #memory #ownership #borrowing
- 2022.07.01 :: Method to the Madness :: #rust #methods
- 2022.06.11 :: Bigger Building Blocks: Structs Reloaded :: #rust #structs
- 2022.05.21 :: Bigger Building Blocks: Intro to Enumerations :: #rust #enums
- 2022.05.11 :: Bigger Building Blocks: Intro to Structs :: #rust #structs
- 2022.05.06 :: Building Something - Saying Hello :: #rust #example #input and output
- 2022.05.01 :: Controlling the Flow :: #rust #control flow
- 2022.04.27 :: Decisions Decisions :: #rust #decision making
- 2022.04.22 :: Let's Get Functional :: #rust #functions
- 2022.04.18 :: Pouring the Footings: Compound Data Types :: #rust #data types #compound
- 2022.04.14 :: Pouring the Footings: Single Value Data Types :: #rust #data types #single value
- 2022.04.12 :: Pouring the Footings :: #rust #comments #variables #mutability #shadowing
- 2022.04.09 :: Just Say No to Magic Values :: #rust #constants
- 2022.04.05 :: Baby Steps with Rust :: #rust #hello world