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 85cef1e commit 1d7ea49Copy full SHA for 1d7ea49
Cargo.toml
@@ -3,6 +3,9 @@ name = "python-parser"
3
version = "0.1.0"
4
authors = ["Valentin Lorentz <progval+git@progval.net>"]
5
license = "GPL-3.0-or-later"
6
+description = "A complete Python parser based on nom."
7
+documentation = "https://docs.rs/python-parser"
8
+repository = "https://github.com/ProgVal/rust-python-parser"
9
10
[features]
11
default = ["bigint", "wtf8"]
0 commit comments