Expand description
Shared utility functions used across the crate.
Provides helpers for computing streaming chunk offsets (build_offsets) and
converting C string pointers to owned Rust strings (ptr_to_string).
Functionsยง
- build_
offsets - Computes row offset boundaries for streaming chunk-based processing.
- ptr_
to_ ๐string - Converts a C string pointer to an owned Rust
String.