Crate
#Crate/atsamd-hal
- Justin Beaurivage's Blog: Version 0.20.0 of the atsamd-hal project was recently released. With it comes its first official support for async peripheral APIs. To mark the occasion, I wanted to share my experience writing futures from scratch on microcontrollers, and help demistify this sometimes complex, yet incredibly useful tool.
#Crate/axum
- Streaming Audio Apis: The Axum Server | xd009642:
- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.
#Crate/bevy
- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!
#Crate/bevy_channel_trigger
- rustunit: Rustunit offers software development consulting with a focus on rust, game-development and large scale distributed backend services.
#Crate/bevy_panorbit
- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!
#Crate/c2rust
- Translating bzip2 with c2rust - Trifecta Tech Foundation:
#Crate/clap
- Build with Naz : Rust clap colorization - YouTube: This video is about configuring clap so that it can display help output in color
#Crate/const_str
- Solving Advent of Code at Compile Time with Rust Macros | Double Free Dev: Producing good software is difficult. Writing tests, reasoning about unintended effects, tedious considerations about time vs memory trade-offs. The perfe...
#Crate/despatma
-
Mastering Dependency Injection in Rust: Crafting a Custom Container - chesedo:
Learn how to implement a custom Dependency Injection (DI) container in Rust. This comprehensive guide covers various dependency types, lifetimes, and advanced patterns, providing a solid foundation for building modular and testable Rust applications.
-
Mastering Dependency Injection in Rust: Despatma basics
-
Mastering Dependency Injection in Rust: Despatma with Lifetimes
#Crate/device-driver
- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate
#Crate/diesel
-
Build with Naz : Diesel ORM, SQLite, and Rust - YouTube:
Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
-
Article version
#Crate/diplomat
- Mix in Rust with C: Delegating FFI definitions to Diplomat:
#Crate/dtype_dispatch
- dtype_dispatch: a most beautiful hack - Graph All The Things: dtype_dispatch: a most beautiful hack - Graph All The Things, a math blog by Martin Loncaric
#Crate/embedded-hal
- Creating an embedded device driver in Rust | voided warranty: In this post, we take a look at developing a device driver in Rust using Dion Dokter’s device driver crate
#Crate/embedded-tls
- Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL | Caio's Stuff: Let's collect data provided by a DHT22 sensor and store it asynchronously in a PostgreSQL database via WiFi using an encrypted connection. We will start with a brief introduction about the principal technologies, proceed to setting-up the necessary environment and then code our project.
#Crate/enigo
-
Making games play themselves with Rust Part 1: Screen Interaction:
An introduction to automated gaming!
-
Making games play themselves with Rust Part 2: Parsing the Game State
-
Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search
#Crate/fake
- Adding A New Fake To The Fake Crate | xd009642: This post is going to go through my process of PRing something to the fake crate.
#Crate/guff
- Porting the guff plot device to Rust - YouTube: For this stream, I wanted to implement something in Rust where we didn't _also_ need to learn a new technical topic, and instead could focus just on the "wri...
#Crate/leptos
-
Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium:
What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
-
Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding
#Crate/libbz2-rs-sys
- Translating bzip2 with c2rust - Trifecta Tech Foundation:
#Crate/midir
- Parsing MIDI messages in Rust | nicole@web:
#Crate/noise
- Build low poly terrain from planes meshes in Bevy - YouTube: Low poly procedural terrain in Bevy!
#Crate/nom
- Building an email address parser in Rust with nom: Using Nom to create a safe email validation parser in Rust. How to create combinator parsing that can be compiled to WebAssembly.
#Crate/opentelemetry
- How to instrument a Rust application with OpenTelemetry - 21 Lessons: Collect runtime inFormation from your Rust application with OpenTelemetry
#Crate/orx-imp-vec
- orxfun - notes: Web site created using create-react-app
#Crate/orx-v
- orxfun - notes: This article discusses the requirement for vector traits and motivation behind the orx-v crate that provides discussed abstraction to unify the vectors.
#Crate/proc_macro2
- Derive Macros — by Lowell Thoerner — Seattle Rust User Group, December 2024 - YouTube: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStreamContact & Code
#Crate/proptest
- Integer Compression :: KataShift: Why use many byte when few byte do trick?
#Crate/pulp
-
Beyond multi-core parallelism: faster Mandelbrot with SIMD:
Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
-
Using portable SIMD in stable Rust
#Crate/py03
- Rust interop in practice: speaking Python and Javascript - Blog - Tweede golf:
- Mix in Rust with Python: PyO3:
#Crate/quickcheck
- Decrusting the quickcheck crate - YouTube: In this stream, we peeled back the crust on the quickcheck crate —https://github.com/BurntSushi/quickcheck/ — and explored its interface,structure, and mecha...
#Crate/quote
- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.
#Crate/r3bl_terminal_async
- Build with Naz : Create an async shell in Rust - YouTube: This video shows how you can build an async REPL or shell in Rust, using the r3bl_terminal_async crate. This example simply creates a long running bash proce...
#Crate/ratatui
-
Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming - YouTube:
-
Transcript
#Crate/rayon
-
Beyond multi-core parallelism: faster Mandelbrot with SIMD:
Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
-
Using portable SIMD in stable Rust
#Crate/rusqlite
-
Build with Naz : Diesel ORM, SQLite, and Rust - YouTube:
Build with Naz : Diesel ORM, SQLite, and RustThis video shows how you can use Rust and Diesel ORM to:- create and run migrations- generate schemas- perform C...
-
Article version
#Crate/rustls
-
Build with Naz : TLS (Transport Layer Security) in Rust with tokio, rustls, CFSSL - YouTube:
This video shows how you can use TLS, Rust, and CFSSL to:- create self signed certificate and certificate authority, and keys- create server certificate issu...
-
Article version
#Crate/sea-orm
- GraphQL based Admin Dashboard with Loco and Seaography | SeaQL: In this tutorial, we would develop a GraphQL based admin dashboard with Seaography and Loco.
#Crate/serde_json
- The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux: This week-end project started by browsing the open-data repository of Paris’ public transport network, which contains various APIs to query real-time departu...
#Crate/spellbook
- "German string" optimizations in Spellbook:
#Crate/sqlx
- A 10x faster batch job by batching PostgreSQL inserts/updates with Rust and SQLx: I have this hourly batch job that was taking ~30 minutes to complete and was causing too much strain on the database because it needs to insert/update between 300,000 and 500,000 records every time. The batch job makes thousands and thousands of network requests, so a 30 minute execution time
#Crate/ssh2
- Reading a Remote File Using Rust - crustc: 1. Introduction Remote servers are essential in modern computing and are used by many institutions from small businesses to enterprises. SSH (Secure Shell) is a protocol that allows secure remote access to systems. By using SSH, we can interact with files on a remote server without downloading them locally. In this tutorial, we'll explore how
#Crate/syn
- Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros: Learn how to use the Rust Syn crate to create custom builder patterns with procedural macros. This tutorial covers step-by-step implementation, examples, and tips for building flexible APIs in Rust with Syn.
#Crate/tauri
-
Build A Web + Desktop Application With Rust | by Kofi Otuo | Mar, 2025 | Medium:
What if you could build a blazing-fast web app and a native desktop application — using a single codebase, with no JavaScript, but the safety guarantees of Rust? As developers, we’ve all felt the…
-
Build A Web + Desktop Application With Rust: I | by Kofi Otuo | Mar, 2025 | Level Up Coding
#Crate/thousands
- Rust code reading: The thousands crate - YouTube: https://rust.code-maven.com/the-thousands-crate
#Crate/time
- Optimizing with Novel Calendrical Algorithms:
#Crate/tokio
- Pinning Down "Future Is Not Send" Errors | Evan Schwartz: If you use async Rust and Tokio, you are likely to run into some variant of the "future is not Send" compiler error. While transitioning some sequential asyn...
- Concurrent and parallel future execution in Rust: A lot has been written about concurrency and parallelism, so we only briefly define what is needed for this article: Concurrent programming allows us to run two or more computations in overlapping per
- Caio's Stuff:
-
Async Rust in Three Parts:
-
Async Rust, Part One: Futures
-
Async Rust, Part Two: Tasks
-
Async Rust, Part Three: IO
- tracing tokio resources - hēg denu - Hayden Stainsby:
#Crate/tracing
- Getting better insights into your Rust applications - 21 Lessons: Use the tracing crate to make your first step towards Observability
#Crate/wasmtime
- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:
- How to run WebAssembly from your Rust Program - 21 Lessons: Learn how you can embed WebAssembly in your Rust program with wasmtime
#Crate/wasmtime-wasi
- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:
#Crate/wide
-
Beyond multi-core parallelism: faster Mandelbrot with SIMD:
Optimizing your code is a valuable addition to multi-core parallelism. In this article, we’ll see an example using SIMD.
-
Using portable SIMD in stable Rust
#Crate/wit-bindgen
- A Complete Guide to WASIp2 for Rust and Python Programmers | Ideas Reifying:
#Crate/wtx
- Caio's Stuff:
#Crate/xcap
-
Making games play themselves with Rust Part 1: Screen Interaction:
An introduction to automated gaming!
-
Making games play themselves with Rust Part 2: Parsing the Game State
-
Making games play themselves with Rust Part 2.5: Proof by Exhaustive Search