Module util

Available on crate feature dep_symphonia only.
Expand description

The util module provides a repository of commonly used utility functions sorted into distinct categories.

If a function is used all-over the codebase, and does not belong to specific top-level module, it should be placed here.

Modules§

bits
Utilities for bit manipulation.
clamp
Utilities for clamping numeric values to a defined range.