// Copyright (c) 2026 vectorless developers
// SPDX-License-Identifier: Apache-2.0
//! Utility functions and helpers.
//!
//! This module provides common utilities used across the codebase:
//!
//! - **Token estimation** — Fast and accurate token counting
//! - **Timing** — Performance measurement utilities
//! - **Format** — Text and number formatting utilities
pub use estimate_tokens;