Expand description
§syntastica-core
Shared types and traits used by other
syntastica crates.
See the project overview for more information.
§Features
runtime-c(enabled by default) — Use the standard tree-sitter C runtime. Seesyntastica’s WebAssembly support for more information.runtime-c2rust— Use the pure Rust tree-sitter runtime. Seesyntastica’s WebAssembly support for more information.serde— Provide implementations of serde’sSerializeandDeserializetraits forThemeandStyledocs— Enable this when building the docs
Modules§
- language_
set - Defines the
LanguageSettrait and some related types. - style
- Defines the
StyleandColortypes used byResolvedThemes. - theme
- Defines items related to theming the output.
Macros§
Enums§
- Error
- The main error type.
Type Aliases§
- Result
- The main result type.