what should an stdlib include?
- data structures (list, hashmap, bst tree, set, queue)
- event loop (or at least an abstract interface for one)
- locks, atomics
- logging API
- common error types
- regex
- cross-platform filesystem API
- abstract IO stream API
- json parser
- compression algorithms (deflate, bzip, lzma, zstd)
- implementation of tar and zip file formats
- sha256
- popular cryptographic primitives (AES, chacha20, RSA, ECDSA)
- network sockets
- DNS resolver
- https client
?