tree-sitter-traversal 0.1.2

Traversal of tree-sitter Trees and any arbitrary tree with a TreeCursor-like interface
Documentation
[package]
name = "tree-sitter-traversal"
version = "0.1.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/skmendez/tree-sitter-traversal"
documentation = "https://docs.rs/tree-sitter-traversal/"
authors = ["skmendez"]
readme = "README.md"

description = "Traversal of tree-sitter Trees and any arbitrary tree with a TreeCursor-like interface"

keywords = ["tree-sitter", "traverse", "traversal", "tree"]
categories = ["algorithms", "data-structures", "no-std"]

[dependencies]
tree-sitter = {version=">= 0.19, < 0.21", optional=true}

[dev-dependencies]
tree-sitter-rust = "0.20.0"

[features]
default = ["tree-sitter"]