Skip to main content

encode_cursor

Function encode_cursor 

Source
pub fn encode_cursor(bytes: &[u8]) -> String
Expand 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.