Module rsonpath::input::borrowed

source ·
Expand description

Borrows a slice of bytes of the input document.

Choose this implementation if:

  1. You already have the data loaded in-memory and it is properly aligned.

Performance characteristics

This type of input is the fastest to process for the engine, since there is no additional overhead from loading anything to memory.

Structs