Releasing Version 0.2.6 of decon_spf
[Read More]Decon-Spf Version 0.2.1 Released
I am happy to announce that I have released decon-spf version 0.2.1 This release contains a number of improvements and a new feature.
[Read More]Published My First Crate: decon-spf
Today I published my first rust crate.
[Read More]Rust: Add an Example Program to your Library Crate
Recently I decided that I might actually publish my little rust crate. To that end I started looking into some of the things that are needed and what can be done. I have published a perl module in the past. And as a rule for myself, I like to provide an example program that uses a module or library. That is what I will look at today.
[Read More]TXT lookup using the trust-dns-resolver Crate
This is the third article on using the trust-dns-resolver crate
Warning: This code is not intended to be used in production. You should review and adjust to your own needs.
SOA lookup using the trust-dns-resolver Crate
This is a second article on using the trust-dns-resolver crate
Warning: This code is not intended to be used in production. You should review and adjust to your own needs.
MX and Host lookup using the trust-dns-resolver Crate
I used to often work with DNS in one of my previous jobs. So I have always had a long running interesting in DNS. Most recently I have been looking into Rust. I wanted to see how easy it might be to use rust to access DNS records, one; because rust is said to be fast, and also because it’s a safe programming language.
[Read More]