Docs.rs
probe-code-0.6.0
probe-code 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
buger
Dependencies
ahash ^0.8.6
normal
anyhow ^1.0
normal
arboard ^3.4.1
normal
ast-grep-core ^0.36.1
normal
ast-grep-language ^0.36.1
normal
async-trait ^0.1
normal
atty ^0.2.13
normal
clap ^4.3
normal
colored ^3.0.0
normal
dashmap ^5.5.3
normal
decompound ^0.3.0
normal
dirs ^5.0.1
normal
futures ^0.3
normal
glob ^0.3.1
normal
grep ^0.3.2
normal
ignore ^0.4
normal
itertools ^0.14.0
normal
lazy_static ^1.4.0
normal
once_cell ^1.19.0
normal
rand ^0.8.5
normal
rayon ^1.8
normal
regex ^1.9
normal
rig-core ^0.9.1
normal
rust-stemmers ^1.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.12
normal
tiktoken-rs ^0.6.0
normal
tokio ^1
normal
tracing-subscriber ^0.3
normal
tree-sitter ^0.24.5
normal
tree-sitter-c ^0.23.4
normal
tree-sitter-c-sharp ^0.23.1
normal
tree-sitter-cpp ^0.23.4
normal
tree-sitter-go ^0.23.4
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-javascript ^0.23.1
normal
tree-sitter-php ^0.23.11
normal
tree-sitter-python ^0.23.6
normal
tree-sitter-ruby ^0.23.1
normal
tree-sitter-rust ^0.23.2
normal
tree-sitter-swift ^0.7.0
normal
tree-sitter-typescript ^0.23.2
normal
criterion ^0.5
dev
jsonschema ^0.17.1
dev
proptest ^1.2
dev
roxmltree ^0.18.0
dev
tempfile ^3.10.1
dev
xml-schema ^0.2.0
dev
Versions
44.72%
of the crate is documented
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
Module file_list_cache
probe_
code
0.6.0
Module file_
list_
cache
Module Items
Structs
Functions
In probe_
code::
search
probe_code
::
search
Module
file_
list_
cache
Copy item path
Source
Structs
§
File
List
A struct to hold the cached file list for a specific directory
Functions
§
find_
matching_
filenames
Find files whose names match query words Returns a map of file paths to the term indices that matched the filename
get_
file_
list
Get a list of files in a directory, respecting ignore patterns and test file exclusions. This function will use a cached list if available, or build and cache a new list if not.
get_
file_
list_
by_
language
Get a list of files in a directory, filtered by language if specified