Original FFI interface module.
Warning
All APIs under this module should not be considered stable.
You should use the re-exported APIs under the top-level module.
Functions:
init
tauri_plugin_fs::init
Source code in python/pytauri/src/pytauri_plugins/fs/ffi.py
| def init() -> Plugin:
"""[tauri_plugin_fs::init](https://docs.rs/tauri-plugin-fs/latest/tauri_plugin_fs/fn.init.html)"""
...
|