Skip to content

Note wanted libraries

kud1ing edited this page Mar 19, 2013 · 44 revisions

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

Things that standard libraries might want

Things that do not belong in std

  • DB API (sql, nosql)
  • 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?
  • GUI
  • Cocoa (external)

Missing language features

  • big
  • any
  • claim
  • note

All Categories:

Clone this wiki locally