rsleetcode 0.0.3

Implementations of LeetCode problem solutions in Rust
Documentation
[dependencies]

[lib]
name = "rsleetcode"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Implementations of LeetCode problem solutions in Rust"
edition = "2021"
exclude = [".github/*"]
homepage = "https://github.com/LeetCode-Packages/Rust"
keywords = ["leetcode"]
license-file = "LICENSE"
name = "rsleetcode"
readme = "README.md"
repository = "https://github.com/LeetCode-Packages/Rust"
version = "0.0.3"

[[test]]
name = "easy_tests"
path = "tests/easy_tests.rs"

[[test]]
name = "hard_tests"
path = "tests/hard_tests.rs"

[[test]]
name = "medium_tests"
path = "tests/medium_tests.rs"