Skip to content

Community libraries

kud1ing edited this page Jan 5, 2014 · 7 revisions

See also:

Audio

See Computer Graphics and Game Development.

Collections

See Containers.

Compression

We want compression/decompression support for TAR and ZIP file formats.

Computation

Concurrency

Crypto

Database Access

Date and Time

Embedded Languages

Encoding

Graphics

See Computer Graphics and Game Development.

GUI

IO

Localizability

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

Testing

Web Programming

All Categories:

Clone this wiki locally