tree-sitter-facade-sg

Crates.iotree-sitter-facade-sg
lib.rstree-sitter-facade-sg
version
sourcesrc
created_at2022-10-15 07:21:00.68914
updated_at2024-12-08 19:30:11.796718
descriptionA uniform interface for `tree-sitter` (rust) and `web-tree-sitter` (wasm-bindgen).
homepage
repositoryhttps://github.com/ast-grep/tree-sitter-facade
max_upload_size
id688821
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Herrington Darkholme (HerringtonDarkholme)

documentation

README

tree-sitter-facade

A uniform interface for tree-sitter (rust) and web-tree-sitter (wasm-bindgen)

Description

This crate is intended to be used for projects that use tree-sitter and which target both native and web platforms (via wasm-bindgen).

Commit count: 104

cargo fmt