forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Community libraries
Andreas Neuhaus edited this page Jan 14, 2014
·
16 revisions
See also:
See Computer Graphics and Game Development.
See Containers.
We want compression/decompression support for TAR and ZIP file formats.
- alexcrichton/rust-compress: compression algorithms, all written in rust
- erickt/rustzlib: libzlib bindings
- thestinger/rust-snappy: libsnappy bindings
- GMP
- OpenCL
- eholk/rust-opencl: OpenCL bindings
- task management, actor, OTP, Bikeshed mapreduce, pools
- DaGenix/rust-crypto:
- LibNSS
- libsodium
- OpenSSL
- NoSql
- LevelDB
- MongoDB
- Redis
- Sqlite
- SQL
- PostgreSql
- Sqlite
- linuxfood/rustsqlite: Sqlite3 bindings
Wanted library: Lib datetime
- Lua
- kballard/rust-lua (Lua 5.1):
- Base64
- Cap'n Proto
- Character Encoding
- CSV
- HTML
- JSON
- MsgPck
- ProtocolBuffers
- S-Expressions
- Thrift
- TOML
- Tnetstring
- XML
- bjz/sax-rs: bindings to libxml2's SAX parser
- Florob/RustyXML: an XML parser written in Rust
- Gnuplot
- [SiegeLord/RustGnuplot] (https://github.com/SiegeLord/RustGnuplot)
See also Computer Graphics and Game Development.
- Cocoa
- Curses
- Gtk
- ncurses
- Termbox
- wxWidgets
- AIO, SIO, stdio
- filesystem
- path manipulation
- <> or fileinput.
- timers
- 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
- bjz/cgmath-rs (Linear algebra and math library for graphics)
- bjz/lmath-rs
- cmr/linalg (Linear algebra library)
- low-level OS services
- zargony/rust-fuse: Library for filesystems in userspace (FUSE)
- 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
- GUID
- UUID
- NanoMsg
- Web Programming
- Earlz/rustymvc
- erickt/rust-mongrel2: bindings for the Mongrel2 webserver
- rust-http:
- SimonSapin/rust-url
- skade/widmann:
- url.rs
- WebeWizard/libhttpd
- wycats/route-recognizer.rs
- wycats/routed-http.rs
- ZeroMQ
- Windows
- klutzy/rust-windows: Win32/Win64 wrapper for Rust
See https://github.com/mozilla/rust/issues/3591
- glennsl/rust-re
- sanxiyn/rree
- PCRE
- re2
- 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
- Mustache
- QuickCheck