|
4 | 4 | //! [](https://crates.io/crates/leetcode-cli)
|
5 | 5 | //! [](https://choosealicense.com/licenses/mit/)
|
6 | 6 | //!
|
| 7 | +//! ## Contributors |
| 8 | +//! + [@hulufi](https://github.com/hulufei) |
| 9 | +//! + [@ldm0](https://github.com/ldm0) |
| 10 | +//! + [@Raees678](https://github.com/Raees678) |
| 11 | +//! + [@clearloop](https://github.com/clearloop) |
| 12 | +//! |
7 | 13 | //! ## Features
|
8 | 14 | //!
|
9 | 15 | //! + [x] the edit flow —— solution files will generate automatically!
|
10 | 16 | //! + [x] support python script to filter questions
|
11 | 17 | //! + [ ] doc support, `lc-rs` can compile the annotation of your solutions to markdown!
|
12 | 18 | //! + [ ] support local signal to keep coding as longer as you want.
|
13 | 19 | //!
|
14 | | -//! |
15 | 20 | //! ## Building
|
16 | 21 | //!
|
17 | 22 | //! ```sh
|
|
23 | 28 | //! **Please make sure you have logined in `leetcode.com` with `chrome`**, more info plz checkout [this](#cookies)
|
24 | 29 | //!
|
25 | 30 | //! ```sh
|
26 | | -//! leetcode 0.2.20 |
| 31 | +//! leetcode 0.2.21 |
27 | 32 | //! May the Code be with You 👻
|
28 | 33 | //!
|
29 | 34 | //! USAGE:
|
|
0 commit comments