Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf258b8f

Browse files
committed
typo
1 parent3bcc1ae commitf258b8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This Rust library provides a convenient way to interact with the LeetCode API, a
1111
Add the following line to your`Cargo.toml` file:
1212
```toml
1313
[dependencies]
14-
leetcode-api ="0.1.1"
14+
leetcode-api ="0.1.2"
1515
```
1616
##Usage
1717
###Authentication
@@ -41,6 +41,7 @@ async fn main() {
4141
//max show notes limit is 2763; default is 5
4242
.set_note_limit(3)
4343
.set_status(leetcoderustapi::Status::Solved)
44+
//max tags over 50+
4445
.set_tags(vec![
4546
leetcoderustapi::Tags::Array,
4647
leetcoderustapi::Tags::BinarySearch,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp