You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(err): use NoneError instead of feature try_traits and remove unused fields
* chore(clippy): make clippy happy
* chore(ci): use latest nightly toolchain
* chore(ci): remove all-features testing in CI
* chore(ci): use nightly toolchain in CI
* chore(ci): switch stable toolchain
* ci(toolchain): switch stable
* bump: bumps version to v0.3.10
+[x] the edit flow —— solution files will generate automatically!
12
-
+[x] support Python script to filter questions
13
-
+[ ] doc support, `lc-rs` can compile the annotation of your solutions to Markdown!
14
-
+[ ] support local signal to keep coding as longer as you want
15
-
16
9
## Installing
17
10
18
11
```sh
@@ -26,21 +19,12 @@
26
19
cargo install leetcode-cli
27
20
```
28
21
29
-
### `error[E0554]`
30
-
31
-
If this happens when compiling the program, it means that the package cannot be compiled with stable Rust. To fix this, install Rust Nightly and try the following:
32
-
33
-
```sh
34
-
rustup install nightly
35
-
cargo +nightly install leetcode-cli
36
-
```
37
-
38
22
## Usage
39
23
40
24
**Make sure you have logged in to `leetcode.com` with `Chrome`**. See [Cookies](#cookies) for why you need to do this first.
0 commit comments