1 unstable release
0.1.0-beta.0 | Dec 21, 2024 |
---|
#318 in GUI
112 downloads per month
49KB
894 lines
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–63MB
~1M SLoC