//! Layer 1: Primitives
//!
//! This layer provides the primitive abstractions, data structures, and
//! utility functions used throughout the crate. It has zero internal
//! dependencies within the crate.
// Sorting utilities.
// Windowing logic.
// Shared error types.
// Execution backend configuration.
// Buffer management.