Docs.rs
leetcode-cli-0.5.4
leetcode-cli 0.5.4
Docs.rs crate page
MIT
29 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
clearloop
Dependencies
aes ^0.8
normal
anyhow ^1.0.102
normal
async-trait ^0.1.89
normal
cbc ^0.1
normal
clap ^4.6
normal
clap_complete ^4.6
normal
colored ^3.1.1
normal
diesel ^2.3.9
normal
dirs ^6.0.0
normal
env_logger ^0.11.6
normal
log ^0.4.31
normal
notify ^8.2.0
normal
pbkdf2 ^0.12
normal
pyo3 ^0.29
normal
optional
rand ^0.10.1
normal
regex ^1.12.3
normal
reqwest ^0.13.4
normal
scraper ^0.27.0
normal
serde ^1.0.228
normal
serde_json ^1.0.150
normal
sha1 ^0.10
normal
thiserror ^2.0.18
normal
tokio ^1.52.3
normal
toml ^1.1.2
normal
unicode-width ^0.2
normal
nix ^0.31.3
normal
Versions
57.59%
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 problems
leetcode_
cli
0.5.4
Module problems
Module Items
Modules
Structs
Constants
Type Aliases
In leetcode_
cli::
cache::
schemas
leetcode_cli
::
cache
::
schemas
Module
problems
Copy item path
Source
Re-exports
§
pub use self::
columns
::*;
Modules
§
columns
Contains all of the columns of this table
dsl
Re-exports all of the columns of this table, as well as the table struct renamed to the module name. This is meant to be glob imported for functions which only deal with one table.
Structs
§
table
The actual table struct
Constants
§
all_
columns
A tuple of all of the columns on this table
Type Aliases
§
Boxed
Query
Helper type for representing a boxed query from this table
SqlType
The SQL type of all of the columns on this table