We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bfc06 commit 9d790f6Copy full SHA for 9d790f6
Cargo.toml
@@ -1,7 +1,21 @@
1
[package]
2
name = "better_comprehension"
3
+authors = ["Hegui Dai <natural_selection_@outlook.com>"]
4
+description = "collection and iterator comprehensions for Rust"
5
+license = "MIT"
6
+keywords = [
7
+ "macro",
8
+ "procedural",
9
+ "procedural-macro",
10
+ "collection-comprehension",
11
+ "iterator-comprehension",
12
+ "comprehension",
13
+]
14
+repository = "https://github.com/Natural-selection1/better-comprehension-in-rust"
15
+readme = "README.md"
16
version = "1.0.0"
17
edition = "2024"
18
+exclude = ["src/main.rs", "target",".vscode"]
19
20
21
[lib]
0 commit comments