leetcode_test 0.1.2

Some useful macros and definition for exercising in leetcode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "leetcode_test"
version = "0.1.2"
authors = ["Aloxaf <bailong104@gmail.com>"]
description = "Some useful macros and definition for exercising in leetcode"
homepage = "https://github.com/Aloxaf/leetcode_prelude"
repository = "https://github.com/Aloxaf/leetcode_prelude"
readme = "README.md"
keywords = ["proc_macro"]
license = "MIT"
edition = "2018"

[dependencies]
serde_json = "1.0"

[lib]
proc-macro = true