set_derive 0.1.3

Using macro to implement the derivation of imitating python language in rust
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 macro to implement the derivation of imitating python language in rust"
edition = "2021"
homepage = "https://github.com/A4-Tacks/rust-set-derive"
keywords = ["python", "derive", "comprehensions", "macro", "syntax"]
license = "MIT"
name = "set_derive"
readme = "./README.md"
repository = "https://github.com/A4-Tacks/rust-set-derive"
version = "0.1.3"
[profile.release]
lto = true
strip = true