I have recently started a new paid position. The hiring process went by quickly and i had to work with a personal computer, the professional one being lost to the delivery gods. And so, I took out of storage my old read more
subjects: [ computer science | internet | rant ]
Handling paths in Rust
2021-06-21
Less easy than it looks
Rust is a very interesting language for system utility creation, a field where file & path manipulation is quite a basic & expected feature, especially in modern programming
In this post, we’ll explore rust’s path manipulation facilities.
subjects: [ dev | rust | computer science ]
blog