1 unstable release
new 0.1.0-beta.0 | Dec 21, 2024 |
---|
#77 in #binding
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–64MB
~1M SLoC