docs.rs failed to build adze-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
adze
A package for defining tree-sitter grammars alongside Rust logic.
Adze lets you define the shape of your syntax in Rust types, then parse source text directly into those types. It supports both a pure-Rust GLR backend and the traditional Tree-sitter C backend.
This crate is part of the Adze workspace -- an AST-first grammar toolchain for Rust.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.