Docs.rs
tldr-cli-0.1.2
tldr-cli 0.1.2
Docs.rs crate page
AGPL-3.0
Links
Repository
crates.io
Source
Owners
parcadei
Dependencies
anyhow ^1.0
normal
bumpalo ^3.16.0
normal
chrono ^0.4
normal
clap ^4.0
normal
colored ^2
normal
comfy-table ^7
normal
ctrlc ^3.4
normal
dashmap ^5
normal
dirs ^5
normal
dunce ^1.0
normal
hashbrown ^0.14.0
normal
line-numbers ^0.3.0
normal
md5 ^0.7
normal
radix-heap ^0.4.2
normal
regex ^1
normal
rustc-hash ^2.0.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9
normal
smallvec ^1.13.2
normal
streaming-iterator ^0.1
normal
strsim ^0.11.0
normal
tempfile ^3.0
normal
thiserror ^1.0
normal
tldr-core ^0.1.2
normal
tldr-daemon ^0.1.2
normal
tldr-mcp ^0.1.2
normal
tokio ^1
normal
tree-sitter =0.25.0
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-elixir =0.3.4
normal
tree-sitter-go =0.23.4
normal
tree-sitter-java =0.23.5
normal
tree-sitter-kotlin-ng =1.1.0
normal
tree-sitter-lua =0.2.0
normal
tree-sitter-luau =1.2.0
normal
tree-sitter-ocaml =0.24.2
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.3
normal
tree-sitter-scala =0.24.0
normal
tree-sitter-swift =0.7.1
normal
tree-sitter-typescript =0.23.2
normal
typed-arena ^2.0.2
normal
walkdir ^2
normal
which ^6
normal
wu-diff ^0.1.2
normal
assert_cmd ^2.0
dev
predicates ^3.0
dev
proptest ^1.4
dev
tokio ^1
dev
libc ^0.2
normal
windows-sys ^0.52
normal
Versions
88.46%
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
is_test_function
tldr_
cli
0.1.2
In tldr_
cli::
commands::
bugbot::
dead
tldr_cli
::
commands
::
bugbot
::
dead
Function
is_
test_
function
Copy item path
Source
pub fn is_test_function(name: &
str
) ->
bool
Expand description
Check if a function name looks like a test function.