2 unstable releases
0.2.0 | Feb 5, 2025 |
---|---|
0.1.0-beta.0 | Dec 21, 2024 |
#333 in GUI
162 downloads per month
93KB
1.5K
SLoC
Example
use pyo3::prelude::*;
#[pymodule(gil_used = false)]
#[pyo3(name = "_ext_mod")]
pub mod _ext_mod {
#[pymodule_export]
use pytauri_plugin_notification::notification;
}
Dependencies
~20–67MB
~1M SLoC