Skip to main content

Crate sevenmark_utils

Crate sevenmark_utils 

Source
Expand description

sevenmark-utils - Shared utilities for SevenMark crates

Structs§

LineIndex
Precomputed line start offsets for fast byte-offset-to-position conversion.
Utf16OffsetConverter
UTF-8 byte offset to UTF-16 code unit offset converter
Utf16Position
UTF-16 code unit offset position (0-based) Designed for CodeMirror 6 compatibility

Functions§

convert_ast_to_utf16_offset_json
Converts SevenMark AST to JSON with UTF-16 absolute offsets
extract_plain_text
Extract plain text content from a slice of Elements. Only extracts Text and Escape values (shallow, non-recursive).