type-sitter-lib 0.8.1

library code for type-sitter generated / downstream code
Documentation
1
2
3
4
5
6
7
8
9
10
11
# type-sitter-lib: type-sitter code for generated / downstream code

[![crates.io](https://img.shields.io/crates/v/type-sitter-lib.svg)](https://crates.io/crates/type-sitter-lib)
[![docs.rs](https://img.shields.io/docsrs/type-sitter-lib)](https://docs.rs/type-sitter-lib)

See [`type-sitter`](https://github.com/Jakobeha/type-sitter#readme) for background information. This is the library
which code generated from type-sitter depends on at runtime.

Instead of depending on this, typically you should depend on `type-sitter` instead and, if necessary,
`use-default-features = false` to avoid depending on `type-sitter-proc`. `type-sitter` with no features simply
re-exports this crate.