An open API service indexing awesome lists of open source software.

https://github.com/chux0519/leetcode-rust

Leetcode Journey (Using Rust)
https://github.com/chux0519/leetcode-rust

Last synced: 6 months ago
JSON representation

Leetcode Journey (Using Rust)

Awesome Lists containing this project

README

          

# leetcode-rust

Rust info:

Compiled with rust 1.31.0 (edition = 2018)

Supports rand from crates.io

## Usage

> cargo test q001

use `cargo test q{number}` to run test cases

use `cargo doc` to generate documentations