leetcode-solutions 0.1.0

A collection of leetcode solution in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "leetcode-solutions"
version = "0.1.0"
authors = ["Ai, Zixun ([email protected])"]
homepage = "https://github.com/Ai-Zixun/rust-leetcode-solutions"
repository = "https://github.com/Ai-Zixun/rust-leetcode-solutions"
edition = "2021"
license = "MIT"
description = "A collection of leetcode solution in rust"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]