Closed vhyrro closed 4 months ago
This PR adds a parse_spanned function that parses a document with span information. A span_of function can then be used to query the span of a key or value of a given object in the TOML.
parse_spanned
span_of
(cc @mrcjkb)
This PR adds a
parse_spanned
function that parses a document with span information. Aspan_of
function can then be used to query the span of a key or value of a given object in the TOML.