Note wanted libraries - vadimcn/rust GitHub Wiki
Audio
See Computer Graphics and Game Development.
Collections
See Containers.
Compression
We want compression/decompression support for TAR and ZIP file formats.
- alexcrichton/rust-compress: compression algorithms, all written in rust
- erickt/rustzlib: libzlib bindings.
- Status: last commit in December 2012
- thestinger/rust-snappy: libsnappy bindings
- Status: last commit in September 2013
Computation
- GMP
- OpenCL
- eholk/rust-opencl: OpenCL bindings
Concurrency
- task management, actor, OTP, Bikeshed mapreduce, pools
Crypto
Do not belong in std.
- crypto
- DaGenix/rust-crypto:
- LibNSS
- OpenSSL
- erickt/rustcrypto: OpenSSL libcrypto bindings
- sfackler/rust-ssl
Database Access
Do not belong in std.
- NoSql
- LevelDB
- MongoDB
- Redis
- SQL
- PostrgreSql
- Sqlite
- kud1ing/rustsqlite: Sqlite3 bindings
Date and Time
Encoding
- Base64
- Cap'n Proto
- Character Encoding
- CSV
- HTML
- JSON
- MsgPck
- ProtocolBuffers
- S-Expressions
- Thrift
- Tnetstring
- XML
- bjz/sax-rs: bindings to libxml2's SAX parser
Graphics
See Computer Graphics and Game Development.
GUI
- Cocoa
- ncurses
- Termbox
- wxWidgets
IO
- AIO, SIO, stdio
- filesystem
- path manipulation
- <> or fileinput.
- timers
Localizability
- one aspect of L10n is to map a key to a text, based on the current locale (eg Java's ResourceBundle or GNU gettext)
- another aspect is to format a string based on the current locale (eg Java's MessageFormat)
- See issue #4630
Mathematics
Misc
- low-level OS services
- Simple search on a filesystem (eg Ruby's glob)
- unit testing
- FFI, ctypes
- dlopen, os processes
- standard predicates
- text, numeric, sorted
- error-trapping wrappers, in-place task?
- Consistent error handling
- quotas, accounting
- reflection
Networking
Parser Generator
Random Numbers
Regular Expressions
See https://github.com/mozilla/rust/issues/3591
String manipulation
- Slicing w/o copy, stringref
- Ropes
- Tokenizer
- Unicode
- Unicode
- Convertions between text encodings. Ideally, with a customizable way of handling conversion errors.
- Unicode normalization (NFD, NFC, NFKD, NFKC)
- Collator (locale sensitive string comparison), with a configurable degree of strictness
Template engine
- Mustache
Testing
- QuickCheck
Web Programming
- erickt/rust-mongrel2: bindings for the Mongrel2 webserver
- skade/widmann: