We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcc1ae commit f258b8fCopy full SHA for f258b8f
README.md
@@ -11,7 +11,7 @@ This Rust library provides a convenient way to interact with the LeetCode API, a
11
Add the following line to your `Cargo.toml` file:
12
```toml
13
[dependencies]
14
-leetcode-api = "0.1.1"
+leetcode-api = "0.1.2"
15
```
16
## Usage
17
### Authentication
@@ -41,6 +41,7 @@ async fn main() {
41
//max show notes limit is 2763; default is 5
42
.set_note_limit(3)
43
.set_status(leetcoderustapi::Status::Solved)
44
+ //max tags over 50+
45
.set_tags(vec![
46
leetcoderustapi::Tags::Array,
47
leetcoderustapi::Tags::BinarySearch,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments