hot.dev/hot-std — The Hot Standard Library

Version: 2.6.7

Author: Hot Dev

License: Apache-2.0

Namespaces

::hot

NamespaceFunctionsTypesEventsDescription
::alert11Alert publishing for sending notifications to configured destinations.
::base645Base64 encoding and decoding functions.
::bit6Bitwise operations for integers and bytes.
::bool5Boolean logic and conditional functions.
::bytes11Byte array operations for binary protocol support.
::cmp8Comparison functions for equality and ordering.
::coll531Collection functions for Vec, Map, and Str manipulation.
::crypto3Key-derivation functions.
::ctx3Execution context for storing and retrieving values during a run.
::env2Environment variable access.
::event13Event publishing for triggering handlers.
::exec32Execution control for runs and tasks.
::file81File system operations for reading, writing, and managing files.
::hash7Cryptographic hash functions.
::hex3Hexadecimal encoding and decoding functions.
::hmac7HMAC (Hash-based Message Authentication Code) functions for message authentication and API signing.
::http115HTTP client for making web requests.
::info16Hot platform context types and version information.
::io11Input/output functions for stdout and stderr.
::iter62Iterator support for lazy sequences and streaming data.
::json2JSON serialization and deserialization.
::lang84Language introspection and function invocation utilities.
::math17Mathematical operations and numeric utilities.
::md1Lightweight Markdown helpers.
::media59Unified types for media files (images, audio, video).
::meta21Metadata and source location introspection.
::mime12MIME type utilities for working with file types and content types.
::random3Cryptographically secure random generation.
::regex10Regular expression matching and manipulation.
::resource61Read-only access to project resources — files and directories
::run34Run context, info, and exit control.
::sqlite5SQLite databases, embedded in the runtime (no server, no wire
::store223Persistent ordered maps with optional embedding and semantic search.
::str18String manipulation and formatting functions.
::stream11Stream data emission for real-time partial results and progress updates.
::tcp63Raw TCP client connections for implementing binary protocols
::term17Terminal colors and ANSI escape codes.
::test27Testing framework with assertions and test runners.
::time3516Date, time, and duration types based on the Temporal specification.
::tls21TLS upgrades for `::hot::tcp` connections.
::type2616Type checking, conversion, and built-in type constructors.
::uri91URI parsing, building, encoding, and validation (RFC 3986).
::uuid11UUID generation and validation.
::xml71XML parsing and serialization with helper functions.