ruby
From Ruby To Rust And Back Part 4
Back in part 1 we identified a few imperfections in my code that I wanted to address. We have done the unwraps, done the error handling. This post addresses splitting up the api.rs into multiple files. Back in part 3 we already started the path of splitting up the api Read more…