Function init

Source
pub fn init() -> Result<()>
Expand description

Initialize the codec library

This function should be called once at program startup to initialize any global state or lookup tables. It’s safe to call multiple times.

§Errors

Returns an error if initialization fails (e.g., SIMD detection fails)