Docs.rs
colgrep-1.1.2
colgrep 1.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
raphaelsty
Dependencies
anyhow ^1
normal
atty ^0.2
normal
clap ^4
normal
colored ^2
normal
ctrlc ^3.4
normal
dirs ^5
normal
flate2 ^1
normal
fs2 ^0.4
normal
globset ^0.4
normal
hf-hub ^0.4
normal
ignore ^0.4
normal
indicatif ^0.17
normal
ndarray ^0.16
normal
next-plaid ^1.1.2
normal
next-plaid-onnx ^1.1.2
normal
rayon ^1.8
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
syntect ^5
normal
tar ^0.4
normal
thiserror ^1
normal
tree-sitter ^0.25
normal
tree-sitter-c ^0.24
normal
tree-sitter-c-sharp ^0.23
normal
tree-sitter-cpp ^0.23
normal
tree-sitter-elixir ^0.3
normal
tree-sitter-go ^0.25
normal
tree-sitter-haskell ^0.23
normal
tree-sitter-html ^0.23
normal
tree-sitter-java ^0.23
normal
tree-sitter-javascript ^0.25
normal
tree-sitter-julia ^0.23
normal
tree-sitter-kotlin-ng ^1.1
normal
tree-sitter-lua ^0.4
normal
tree-sitter-ocaml ^0.23
normal
tree-sitter-php ^0.24
normal
tree-sitter-python ^0.25
normal
tree-sitter-r ^1.2
normal
tree-sitter-ruby ^0.23
normal
tree-sitter-rust ^0.24
normal
tree-sitter-scala ^0.23
normal
tree-sitter-sequel ^0.3
normal
tree-sitter-swift ^0.7
normal
tree-sitter-typescript ^0.23
normal
tree-sitter-zig ^1.1
normal
ureq ^2
normal
walkdir ^2
normal
xxhash-rust ^0.8
normal
tempfile ^3
dev
exec ^0.3
normal
libc ^0.2
normal
zip ^2
normal
Versions
56.92%
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
Skip to main content
Module index
colgrep
1.1.2
Module index
Module Items
Modules
Structs
Constants
Functions
In crate colgrep
colgrep
Module
index
Copy item path
Source
Modules
§
paths
Centralized index storage paths following XDG Base Directory Specification
state
Structs
§
Index
Builder
Search
Result
Searcher
Update
Plan
Update
Stats
Constants
§
CONFIRMATION_
THRESHOLD
Threshold for prompting user confirmation before indexing. When encoding more than this many units, prompt the user unless auto_confirm is set.
Functions
§
bre_
to_
ere
Convert BRE (Basic Regular Expression) patterns to ERE (Extended Regular Expression).
escape_
literal_
braces
Escape literal braces that are not valid regex quantifiers.
index_
exists
Check if an index exists for the given project
path_
contains_
ignored_
dir
Check if a project root path contains an ignored directory in its path. This is used to provide better error messages when indexing fails. Returns Some(matched_pattern) if the path contains an ignored directory, None otherwise.