Adding leetcode_for_rust
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add leetcode_for_rust
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
leetcode_for_rust = "0.1.37"
The leetcode_for_rust
library will be automatically available globally.
Read the leetcode_for_rust
library documentation.