Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For someone that is new to Rust how do I discover where the libraries are for the things I need to do?

In the past year I have needed libraries for HTTP, XML, JSON, CSV, arg parsing, image manipulation, PDF, RDBMS, a trie (and other data structures), async i/o, threads, files, ZIP, and others.



1. http://crates.io - central repository of rust crates (i.e. packages)

2. https://github.com/kud1ing/awesome-rust/ - manually curated list of good libraries



While others mentioned http://crates.io/ you might also be interested in http://rust-ci.org/ (has categories, includes build status and quite often hosted documentation).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: