forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Standard library notes
eholk edited this page Jul 8, 2011
·
2 revisions
Notes taken at rust work week, 2011/06/23
- collections
- list, hash, deque, vec, stack, queue, prioque, trees, set, bitv
- bitv
- iteration
- IO
- AIO, SIO, stdio
- filesystem
- path manipulation
- <> or fileinput
- timers
- string manipulation
- slicing w/o copy, stringref
- regexp
- ropes
- networking
- HTTP client / server
- date / time
- math, random
- compression
- libicu
- serialization (protobuf / thrift / json)
- xml
- crypto
- concurrency
- task management, actor, OTP, MapReduce, pools
- low-level OS services
- unit testing
- FFI, ctypes
- dlopen, os proceses
- standard predicates
- text, numeric, sorted
- error-trapping wrappers, in-place task?
- Consistent error handling
- quotas, accounting
- reflection
- DB API
- ZeroMQ
- GUI
- big
- any
- claim
- note