Skerritt.blog
  • Home
  • Start Here
  • YouTube
Sign in Subscribe

rust

A collection of 2 posts
Packaging Your Rust Code
rust

Packaging Your Rust Code

I recently went through the trouble of distributing a Rust package. I wished that there was a simple guide on distributing one package to many platforms, so I wrote this guide. Follow me as we publish my package, RustScan, to multiple distributions. Semantic Versioning Semantic Versioning is a system defining
22 Jun 2023 11 min read
Tip: Use match statements instead of hash maps
rust

Tip: Use match statements instead of hash maps

Hashmaps are often touted as the fastest way to store & lookup data. They have O(1) constant time lookup, which means no matter what you look up it will always take the same amount of time. Whereas other search algorithms (Binary Search, for instance) take O(log n) time,
18 Nov 2022 3 min read
Page 1 of 1
Skerritt.blog © 2025
  • Sign up
Powered by Ghost