Skip to content

Commit

Permalink
Unroll macro for python Rust enum (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek authored Mar 1, 2024
1 parent 6d8ea3d commit 6a693a7
Show file tree
Hide file tree
Showing 4 changed files with 1,146 additions and 88 deletions.
7 changes: 0 additions & 7 deletions nautilus_core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nautilus_core/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension-module = [
"nautilus-core/extension-module",
]
ffi = ["cbindgen", "nautilus-core/ffi"]
python = ["pyo3", "pyo3/multiple-pymethods", "nautilus-core/python"]
python = ["pyo3", "nautilus-core/python"]
stubs = ["rstest"]
trivial_copy = [] # Enables deriving the `Copy` trait for data types (should be included in default)
default = ["trivial_copy"]
Expand Down
Loading

0 comments on commit 6a693a7

Please sign in to comment.