//! Grammar types for tree-sitter grammars.
//!//! This module provides types for representing tree-sitter `grammar.json` files,
//! with support for JSON deserialization and compact binary serialization.
modbinary;modjson;modtypes;#[cfg(test)]modbinary_tests;#[cfg(test)]modjson_tests;pubusejson::GrammarError;pubusetypes::{Grammar, Precedence, PrecedenceEntry, Rule};