Light Dark

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

Version: 2.0.0

Author: Hot Dev

License: Apache-2.0

Namespaces

::hot

NamespaceFunctionsTypesEventsDescription
::alert21Alert publishing for sending notifications to configured destinations.
::base646Base64 encoding and decoding functions.
::bit7Bitwise operations for integers and bytes.
::bool6Boolean logic and conditional functions.
::bytes6Byte array operations for binary protocol support.
::cmp9Comparison functions for equality and ordering.
::coll541Collection functions for Vec, Map, and Str manipulation.
::ctx4Execution context for storing and retrieving values during a run.
::env3Environment variable access.
::event43Event publishing for triggering handlers.
::exec42Execution control for runs and tasks.
::file91File system operations for reading, writing, and managing files.
::hash7Cryptographic hash functions.
::hex4Hexadecimal encoding and decoding functions.
::hmac6HMAC (Hash-based Message Authentication Code) functions for message authentication and API signing.
::http115HTTP client for making web requests.
::info26Hot platform context types and version information.
::io12Input/output functions for stdout and stderr.
::iter102Iterator support for lazy sequences and streaming data.
::json3JSON serialization and deserialization.
::lang104Language introspection and function invocation utilities.
::math18Mathematical operations and numeric utilities.
::md2Lightweight Markdown helpers.
::media79Unified types for media files (images, audio, video).
::meta31Metadata and source location introspection.
::mime13MIME type utilities for working with file types and content types.
::random4Cryptographically secure random generation.
::regex11Regular expression matching and manipulation.
::resource71Read-only access to project resources — files and directories
::run104Run context, info, and exit control.
::store222Persistent ordered maps with optional embedding and semantic search.
::str18String manipulation and formatting functions.
::stream21Stream data emission for real-time partial results and progress updates.
::term18Terminal colors and ANSI escape codes.
::test30Testing framework with assertions and test runners.
::time3416Date, time, and duration types based on the Temporal specification.
::type2414Type checking, conversion, and built-in type constructors.
::uri91URI parsing, building, encoding, and validation (RFC 3986).
::uuid21UUID generation and validation.
::xml81XML parsing and serialization with helper functions.