pub fn encode_cursor(bytes: &[u8]) -> StringExpand description
Cursor codec helpers.
This module owns the opaque wire-token format used for continuation cursors. It intentionally contains only token encoding/decoding logic and no query semantics.
Encode raw cursor bytes as a lowercase hex token.