Skip to content

Note wanted libraries

kud1ing edited this page Aug 19, 2013 · 54 revisions

Notes taken at rust work week, 2011/06/23

Things that standard libraries might want

Things that do not belong in std

  • Datbase access (sql, nosql)
  • GUI
  • Cocoa (external)
  • quotas, accounting
  • ZeroMQ (external)
  • How will libs like this be integrated with regular nonblocking io?
  • ZeroMQ sockets need to be used from a fixed thread, can we do this in rust?

Missing language features

  • big
  • any
  • claim
  • note

All Categories:

Clone this wiki locally