Module parser

Module parser 

Source
Expand description

RSON parser implementation using nom.

This module provides functions to parse RSON text into RsonValue structures. The parser is built with nom for efficient, zero-copy parsing where possible.

Functionsยง

parse_rson
Parse a complete RSON document.
parse_rson_value
Parse a single RSON value (may not consume entire input).