set_derive 1.0.0

Using Macros to Implement List comprehension Similar to Python Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
description = "Using Macros to Implement List comprehension Similar to Python Language"
edition = "2021"
homepage = "https://github.com/A4-Tacks/rust-set-derive"
keywords = ["python", "comprehensions", "macro", "syntax"]
license = "MIT"
name = "set_derive"
readme = "./README.md"
repository = "https://github.com/A4-Tacks/rust-set-derive"
version = "1.0.0"
[profile.release]
lto = true
strip = true