Writing a command-line program in Rust

from blog Federico's Blog, | ↗ original
As a library writer, it feels a bit strange, but refreshing, to write a program that actually has a main() function. My experience with Rust so far has been threefold: Porting chunks of C to Rust for librsvg - this is all work on librsvg's internals and no users are exposed …