Tree-sitter-usfm3
Tree-sitter implementation of the USFM language.
Installation
To use this Rust implementation of the Tree-sitter grammar for USFM, you need to have Rust installed on your system. If Rust is not installed, install Rust first.
Add as a Dependency
Include the crate in your Cargo.toml file:
[]
= "0.24"
= "3.0.0-alpha.1"
Usage
Below is an example of using the tree-sitter-usfm3 library in a Rust project:
use ;
extern "C"
License
This project is licensed under the MIT License. See the LICENSE file for details.