API Reference ex_stdlib v#0.2.0
View SourceModules
Agents are a simple abstraction around state.
Base encoding and decoding module.
Bitwise operations module inspired by Elixir's Bitwise module.
A supervisor optimized to only start children dynamically.
Function utilities.
A keyword list is a list of two-element tuples where the first element is an atom (the key) and the second element is any term (the value).
PartitionSupervisor implementation inspired by Elixir's PartitionSupervisor.
Path manipulation.
Process utilities module inspired by Elixir's Process module.
A local, decentralized and scalable key-value process storage.
Conveniences for spawning and awaiting tasks.
Tuple operations.
URI parsing and manipulation module inspired by Elixir's URI module.