Overview
Reference documentation for the builtin "talos:*" crates
This is the complete API reference for the builtin crates available for Talos. The sidebar navigation can be used to browse crates that have been implemented. It is generated from the documentation comments for their respective declarations, which can be found in the core repository.
Available Crates
talos:assert
Common assertion functions for invariants and testing
talos:async
Utilities for asynchronous operations, like atomics, or channels
talos:chrono
Support for date and time manipulation
talos:codec
Utilities for encoding and decoding common formats
talos:ffi
Bindings to call native libraries from Talos
talos:fsys
Utilities for manipulating the underlying filesystem
talos:gc
Utility functions for interfacing with the garbage collector
talos:jit
Utility functions for forcing jitted functions
talos:json
Utilities for parsing and serializing JSON/JSONC
talos:math
Mathematics library for complex algorithms
talos:mem
Utility functions for reading current memory usage
talos:path
Utilities for working with filesystem paths
talos:rng
Utilities for generating random numbers
talos:test
Tools for describing and mocking testing files
talos:toml
Utilities for parsing and serializing TOML
talos:uuid
Generators and validators for UUIDs
talos:yaml
Utilities for parsing and serializing YAML