Skip to content

Commit 8d56692

Browse files
committed
Add experimental pyo3-wrapper feature
1 parent 2e6e6c0 commit 8d56692

File tree

8 files changed

+11006
-437
lines changed

8 files changed

+11006
-437
lines changed

ast/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ visitor = []
1717
all-nodes-with-ranges = []
1818
pyo3 = ["dep:pyo3", "num-complex", "once_cell"]
1919

20+
# This feature is experimental
21+
# It reimplements AST types, but currently both slower than python AST types and limited to use in other API
22+
pyo3-wrapper = ["pyo3"]
23+
2024
[dependencies]
2125
rustpython-parser-core = { workspace = true }
2226
rustpython-literal = { workspace = true, optional = true }

0 commit comments

Comments
 (0)