Expand description
Panic-safe helpers for low-level indexing and arithmetic operations.
This crate isolates small, single-responsibility helpers that previously lived in
other panic-safe utility layers. All errors are translated into
copybook-error values.
Functions§
- safe_
divide - Safely divide two numbers, checking for division by zero.
- safe_
slice_ get - Access a slice index with explicit bounds checking.
Type Aliases§
- Result
- Result type alias using
copybook-error.