tokenless-core
Shared core types and utilities for the tokenless workspace.
Part of the tokenless toolkit.
Types
use ;
// Validated configuration
let config = load?;
// Path traversal-safe relative paths
let safe = new?;
assert!;
// Unified error handling
Config— validated runtime configuration (stats enabled, experimental mode, thresholds)SafePath— path traversal-resistant relative path wrapperCoreError— unified error type for the workspaceResult<T>— type alias forstd::result::Result<T, CoreError>
Minimum Rust Version
Rust 2024 edition, MSRV 1.89.
License: Apache-2.0