top | item 15769742

In Praise of Rust's Structopt for Command Line Parsing

9 points| mmorearty | 8 years ago |robert.ocallahan.org | reply

4 comments

order
[+] mmorearty|8 years ago|reply
What caught my attention about this post, and the reason I'm sharing it on HN, is that even though Rust's original selling point was its "ownership" feature, I'm starting to get the feeling that there are other things about the language and its that are driving its success.

In this case, it sounds like the killer feature is easy, powerful reflection. People also seem to really like Cargo. The standard library seems to be very nice. And the language's speed is excellent (ripgrep is written in Rust).

[+] mmstick|8 years ago|reply
What's funny is that if you ask different people the same question about Rust's selling point, you'll get a different answer most of the time. Rust has a lot of features, and it's the sum of all the parts that make the whole, rather than a specific part in particular.