Docs.rs
leetcode-cli-0.4.6
leetcode-cli 0.4.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
clearloop
Dependencies
anyhow ^1.0.95
normal
async-trait ^0.1.85
normal
clap ^4.5.26
normal
clap_complete ^4.5.42
normal
colored ^3.0.0
normal
diesel ^2.2.6
normal
dirs ^6.0.0
normal
env_logger ^0.11.6
normal
keyring ^3.6.1
normal
log ^0.4.25
normal
openssl ^0.10.68
normal
pyo3 ^0.23.4
normal
optional
rand ^0.8.5
normal
regex ^1.11.1
normal
reqwest ^0.12.12
normal
scraper ^0.22.0
normal
serde ^1.0.217
normal
serde_json ^1.0.135
normal
thiserror ^2.0.11
normal
tokio ^1.43.0
normal
toml ^0.8.19
normal
nix ^0.29.0
normal
Versions
49.09%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leetcode_
cli
0.4.6
Module columns
Module Items
Structs
In leetcode_
cli::
cache::
schemas::
problems
leetcode_cli
::
cache
::
schemas
::
problems
Module
columns
Copy item path
Source
Expand description
Contains all of the columns of this table
Structs
ยง
category
desc
fid
id
level
locked
name
percent
slug
star
Represents
table_name.*
, which is sometimes needed for efficient count queries. It cannot be used in place of
all_columns
, and has a
SqlType
of
()
to prevent it being used that way
starred
status