Skip to main content

LarkInstance

Type Alias LarkInstance 

pub type LarkInstance = Lark;
Expand description

The pre-rename spelling of Lark, kept so existing embedders keep compiling. Every sibling binding (Python, JS, C) already calls its entry type Lark; the core converged on the same noun.

Aliased Typeยง

pub struct LarkInstance { /* private fields */ }