Module common

Module common 

Source
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.