Docs.rs
agent-file-tools-0.9.1
agent-file-tools 0.9.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ualtinok
Dependencies
ast-grep-core ^0.41
normal
content_inspector ^0.2.4
normal
crossbeam-channel ^0.5
normal
env_logger ^0.11
normal
glob ^0.3
normal
globset ^0.4
normal
ignore ^0.4
normal
log ^0.4
normal
lsp-types ^0.97
normal
memchr ^2
normal
notify ^8
normal
rayon ^1
normal
regex ^1
normal
regex-syntax ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
similar ^2
normal
streaming-iterator ^0.1
normal
tree-sitter ^0.26
normal
tree-sitter-c ^0.24
normal
tree-sitter-c-sharp ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-go ^0.25
normal
tree-sitter-javascript ^0.25
normal
tree-sitter-md ^0.5
normal
tree-sitter-python ^0.25
normal
tree-sitter-rust ^0.24
normal
tree-sitter-typescript ^0.23.2
normal
tree-sitter-zig ^1.1
normal
url ^2
normal
which ^7
normal
tempfile ^3
dev
Versions
59.47%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module parser
aft
0.9.1
Module parser
Module Items
Structs
Enums
Functions
In crate aft
aft
Module
parser
Copy item path
Source
Structs
§
File
Parser
Core parsing engine. Handles language detection, parse tree caching, symbol table caching, and query pattern execution via tree-sitter.
Symbol
Cache
Shared symbol cache that can be pre-warmed in a background thread and merged into the main thread. Thread-safe for building, then transferred to the single-threaded main loop.
Tree
Sitter
Provider
Provider that uses tree-sitter for real symbol extraction. Implements the
LanguageProvider
trait from
language.rs
.
Enums
§
LangId
Supported language identifier.
Functions
§
detect_
language
Maps file extension to language identifier.
grammar_
for
Returns the tree-sitter Language grammar for a given LangId.