-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: switch to declarative module
It may be possible that "imperative" module declarations will get deprecated, according to [1], so switch to declarative syntax even though it means more boilerplate due to missing `#[pymodule_export]` capability on glob `use`s. [1]: PyO3/pyo3#3900
- Loading branch information
Showing
1 changed file
with
57 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters