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

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.

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