oak-rust 0.0.11

High-performance incremental Rust parser for the oak ecosystem with flexible configuration, emphasizing memory safety and zero-cost abstractions.
Documentation
{
    "success": true,
    "count": 4,
    "tokens": [
        {
            "kind": "Keyword(Mod)",
            "text": "mod",
            "start": 0,
            "end": 3
        },
        {
            "kind": "Identifier",
            "text": "my_module",
            "start": 4,
            "end": 13
        },
        {
            "kind": "Semicolon",
            "text": ";",
            "start": 13,
            "end": 14
        },
        {
            "kind": "Eof",
            "text": "",
            "start": 14,
            "end": 14
        }
    ],
    "errors": []
}