https://github.com/tauri-apps/reserved-plugins
Plugin names that are reserved to prevent confusion.
https://github.com/tauri-apps/reserved-plugins
Last synced: 3 days ago
JSON representation
Plugin names that are reserved to prevent confusion.
- Host: GitHub
- URL: https://github.com/tauri-apps/reserved-plugins
- Owner: tauri-apps
- License: apache-2.0
- Created: 2024-07-29T13:32:25.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2024-07-30T19:47:47.000Z (11 months ago)
- Last Synced: 2025-06-06T19:42:15.993Z (16 days ago)
- Language: Rust
- Size: 40 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Reserved Tauri Plugins
These are plugins with reserved names that are registered by us to prevent intentional or unintentional confusion.
Currently only two names are reserved, `core` and `tauri`. This is to reserve an officially named plugin for some unspecified future use, and the `core` plugin is reserved due to being used as a namespace for built-in plugins inside the [`tauri`] crate.
See the [plugin documentation] for developing your own plugins.[`tauri`]: https://crates.io/crates/tauri
[plugin documentation]: https://beta.tauri.app/develop/plugins/