https://github.com/mantisclone/leetcode-rust
A repository of my LeetCode answers in Rust.
https://github.com/mantisclone/leetcode-rust
leetcode rust
Last synced: 3 months ago
JSON representation
A repository of my LeetCode answers in Rust.
- Host: GitHub
- URL: https://github.com/mantisclone/leetcode-rust
- Owner: MantisClone
- License: apache-2.0
- Created: 2020-11-03T14:51:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T20:22:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T17:45:10.497Z (9 months ago)
- Topics: leetcode, rust
- Language: Rust
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Solutions written in Rust
A repository of my LeetCode solutions written in Rust.
## Setup
This repo is developed in VSCode using the `rust-analyzer` extension. Install
the rust-analyzer extension by entering this command at the command palette
`Ctrl+P`
```none
ext install rust-lang.rust
```
The workspace file `leetcode-rust.code-workspace` configures the `rust-analyzer`
extension to automatically download "nightly" toolchain and run `rustfmt` on
save, using the config options stored in `rustfmt.toml`.
## Acknowledgements
Several utility files are copied from https://github.com/aylei/leetcode-rust