Docs.rs
leetcode-cli-0.3.12
leetcode-cli 0.3.12
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
clearloop
Dependencies
async-trait ^0.1.56
normal
clap ^3.2.8
normal
colored ^2.0.0
normal
diesel ^1.4.8
normal
dirs ^4.0.0
normal
env_logger ^0.9.0
normal
keyring ^1.1.2
normal
log ^0.4.17
normal
openssl ^0.10.40
normal
pyo3 ^0.16.5
normal
rand ^0.8.5
normal
regex ^1.5.6
normal
reqwest ^0.11.11
normal
scraper ^0.13.0
normal
serde ^1.0.138
normal
serde_json ^1.0.82
normal
tokio ^1
normal
toml ^0.5.9
normal
cargo-husky ^1.5.0
dev
nix ^0.24.1
normal
Versions
47.28%
of the crate is documented
This release has been yanked, 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
☰
Flag
Required Methods
handler
usage
Implementors
In leetcode_cli::flag
?
Trait
leetcode_cli
::
flag
::
Flag
source
·
[
−
]
pub trait Flag { fn
usage
<'a>() ->
Arg
<'a>;
fn
handler
() ->
Result
<
()
,
Error
>; }
Expand description
Abstract flag trait
Required Methods
source
fn
usage
<'a>() ->
Arg
<'a>
source
fn
handler
() ->
Result
<
()
,
Error
>
Implementors
source
impl
Flag
for
Debug