Modules§
- env
- Access to environment variables
- http
- log
- panic
- random
- runtime
- startup
- used to fetch argv/argc
- stdio
- Bindings from semantic I/O targets to Resources
- sys
- system-level operations, interface and FFI access:
- time
Macros§
Structs§
- Resource
- Resources are maybe readable, maybe writable, maybe flushable and closable
streams of bytes. A resource is backed by implementation in the containing
runtime based on the URL scheme used in the
open
call.