forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Community libraries
kud1ing edited this page Mar 27, 2014
·
35 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
-
eholk/rust-opencl: OpenCL bindings
- task management, actor, OTP, Bikeshed mapreduce, pools
-
DaGenix/rust-crypto:
- LibNSS
- libsodium
- OpenSSL
See Encoding
- NoSql
- LevelDB
- LMDB
- MongoDB
- Redis
- SQL
- PostgreSql
- Sqlite
-
linuxfood/rustsqlite: Sqlite3 bindings
-
linuxfood/rustsqlite: Sqlite3 bindings
Wanted library: Lib datetime
- Lua
-
kballard/rust-lua (Lua 5.1):
-
kballard/rust-lua (Lua 5.1):
- Base64
- Cap'n Proto
- Character Encoding
- CSV
- HTML
- JSON
- MsgPck
- ProtocolBuffers
- S-Expressions
- TOML
- Tnetstring
- XML
-
bjz/sax-rs: bindings to libxml2's SAX parser
-
DanielFath/xml-parser: A hybrid pull, DOM parser written in pure Rust
- Florob/RustyXML: an XML parser written in Rust
-
bjz/sax-rs: bindings to libxml2's SAX parser
- Gnuplot
- [SiegeLord/RustGnuplot] (https://github.com/SiegeLord/RustGnuplot)
- [SiegeLord/RustGnuplot] (https://github.com/SiegeLord/RustGnuplot)
See also Computer Graphics and Game Development.
- Cocoa
- 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)
-
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
- ZeroMQ
See Database Access
- 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
See Database Access
- Mustache
- QuickCheck
-
chris-morgan/rust-http:
- Earlz/rustymvc
- erickt/rust-mongrel2: bindings for the Mongrel2 webserver
- jroweboy/oxidize
-
Ogeon/rustful:
- SimonSapin/rust-url
-
skade/widmann:
- url.rs
- WebeWizard/libhttpd
- wycats/route-recognizer.rs
- wycats/routed-http.rs
See Encoding