std — API Documentation v0.1.29
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 · 65 type · 21 trait · 6 const
alg/
cli/
collections/
collections/array_list
Dynamic array (vector) with amortized O(1) push and O(1) indexed access.
1 fn · 4 type
collections/btree_map
Sorted map backed by a sorted array with O(log n) lookup via binary search.
6 type
collections/hash_map
Hash map using SwissTable algorithm with SIMD-accelerated lookup.
1 fn · 7 type
collections/hash_set
Hash set using SwissTable algorithm with set-theoretic operations.
1 fn · 4 type
crypto/
encoding/
fmt/
fmt/display
Display trait for streaming formatted output to a Writer.
fs/
http/
imm/
io/
libc/
libc/sys/
net/
os/
process/
process/index
Process information: platform/arch detection, child-process spawning, and exit.
1 fn · 3 type · 4 const
regex/
string/
sync/
sys/
sys/externs
Extern C runtime function declarations.