2023-10-05
rust
dns
Trust-DNS is becoming Hickory DNS
2019-12-21
programming
rust
dns
A review of preparing Trust-DNS for async/await in Rust
2018-12-27
programming
rust
postgres
A project to make Postgres extensions in Rust easy, you might learn how to use macro_rules, attribute macros, allocators and some FFI in this post
2018-07-22
programming
rust
A three day tour of Yew and WASM with Rust
2018-03-18
programming
rust
A brief post to help others multicast in Rust
2018-01-10
programming
rust
About an opportunity for Rust, as part of the #Rust2018 request
2017-12-29
programming
rust
dns
Written to explain what I've done to get from 400µs to less that 100µs
2017-08-06
programming
rust
A story about grokking Generics in Rust
2017-06-30
programming
rust
dns
Fun with the new TRust-DNS Resolver, and generally an update on the progress of the project
2016-12-03
programming
rust
dns
Written to explain why I paused feature development of TRust-DNS to focus on implementing futures-rs and tokio-rs support
2016-08-21
programming
rust
dns
This post is not meant to teach you Rust or DNS. It's more of a journal about some things I've found interesting while developing a DNS client and server in Rust
2015-08-13
programming
rust
Finite state machines should be a foundation upon which Software Engineers build complex systems. In this post I want to show how Rust's enum type supports building FSM's in a very simple and elegant manner.
2015-05-14
java
rust
programming