Docs.rs
leetcode-cli-0.4.7
leetcode-cli 0.4.7
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
clearloop
Dependencies
anyhow ^1.0.98
normal
async-trait ^0.1.88
normal
clap ^4.5.39
normal
clap_complete ^4.5.52
normal
colored ^3.0.0
normal
diesel ^2.2.10
normal
dirs ^6.0.0
normal
env_logger ^0.11.6
normal
keyring ^3.6.2
normal
log ^0.4.27
normal
openssl ^0.10.73
normal
pyo3 ^0.25.0
normal
optional
rand ^0.9.1
normal
regex ^1.11.1
normal
reqwest ^0.12.18
normal
scraper ^0.23.1
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
toml ^0.8.22
normal
unicode-width ^0.2
normal
nix ^0.30.1
normal
Versions
49.09%
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
leetcode_
cli
0.4.7
HTML
Required Methods
render
Implementations on Foreign Types
String
Implementors
In leetcode_
cli::
helper
leetcode_cli
::
helper
Trait
HTML
Copy item path
Source
pub trait HTML { // Required method fn
render
(&self) ->
String
; }
Expand description
Html render plugin
Required Methods
§
Source
fn
render
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
HTML
for
String
Source
§
fn
render
(&self) ->
String
Implementors
§