sinter-extract 0.53.0

Language-agnostic tree-sitter extraction: languages are data, the engine never forks
Documentation
1
2
3
4
5
6
7
8
9
10
mod body_terms;
mod extract;
mod language;
mod scope;

pub use extract::{ExtractError, Extractor};
pub use language::{
    LANGUAGES, LanguageSpec, ManifestSpec, ModuleRoot, manifest_root, spec_for_path,
};
pub use sinter_core::FileFacts;