std — API Documentation v0.1.21
Project Modules
allocator
Memory allocation abstractions and global allocator interface.
2 fn · 3 type · 1 trait · 1 const
prelude
Prelude — automatically imported into every Yo source file.
7 fn · 57 type · 21 trait · 1 module · 6 const
process
Process information, command-line arguments, environment variables, and platform detection.
7 fn · 5 const
alg/
cli/
collections/
collections/array_list
Dynamic array (vector) with amortized O(1) push and O(1) indexed access.
4 type
collections/btree_map
Sorted map backed by a sorted array with O(log n) lookup via binary search.
6 type
crypto/
encoding/
fmt/
fmt/display
Display trait for streaming formatted output to a Writer.
fs/
glob/
http/
imm/
io/
libc/
libc/sys/
log/
net/
os/
regex/
string/
sync/
sys/
sys/externs
Extern C runtime function declarations.