Docs.rs
git-perf-0.18.1
git-perf 0.18.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kaihowl
Dependencies
anyhow ^1.0.75
normal
average ^0.13.1
normal
backoff ^0.4.0
normal
bytesize ^1
normal
chrono ^0.4.39
normal
clap ^4
normal
clap_mangen ^0.2.5
normal
config ^0.14
normal
defer ^0.2.1
normal
dirs-next ^2.0.0
normal
env_logger ^0.11.8
normal
fundu ^2
normal
git_perf_cli_types ^0.2.1
normal
hex ^0.4.3
normal
human-repr ^1
normal
itertools ^0.10.5
normal
log ^0.4.27
normal
plotly ^0.13.5
normal
quick-xml ^0.36
normal
rand ^0.8.5
normal
readable ^0.16.0
normal
regex ^1
normal
serde ^1
normal
serde_json ^1
normal
sparklines ^0.3.0
normal
thiserror ^1.0.51
normal
toml ^0.8.6
normal
toml_edit ^0.20.4
normal
unindent ^0.2.3
normal
criterion ^0.5.1
dev
httptest ^0.15.4
dev
tempfile ^3.3.0
dev
clap ^4
build
clap-markdown ^0.1.0
build
clap_mangen ^0.2.5
build
git_perf_cli_types ^0.2.1
build
Versions
43.88%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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 filter
git_
perf
0.18.1
Module filter
Module Items
Functions
In crate git_
perf
git_perf
Module
filter
Copy item path
Source
Functions
ยง
combine_
measurements_
and_
filters
Combine measurements (as exact matches) and filter patterns into a single list Measurements are converted to anchored regex patterns for exact matching
compile_
filters
Compile filter patterns into regex objects
matches_
any_
filter
Check if a measurement name matches any of the compiled filters Returns true if filters is empty (no filters = match all)
measurements_
to_
anchored_
regex
Convert measurement names to anchored regex patterns for exact matching This escapes special regex characters and adds ^ and $ anchors