MENU

Fun & Interesting

Build a geohash R package using Rust

Josiah Parry 640 12 months ago
Video Not Working? Fix It Now

We cover more advanced Rust concepts to build a package to perform geohashing in R. You'll learn how to: • Using match statements for control flow • Creating and working with custom structs • Deriving traits for added functionality on your structs • Implementing the From trait for custom structs • Destructure tuples • Vectorization across two variables • Handling NAs effectively • Generating data.frames from a vector of structs If you're ready to enhance your Rust skills and create a powerful R package, this video is for you. Subscribe for more advanced Rust tutorials! 🛠️💻 Code Github Repo: https://github.com/JosiahParry/geohash Follow me on Twitter: https://twitter.com/JosiahParry Connect with me on LinkedIn: https://www.linkedin.com/in/josiahparry/

Comment