// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
//! [](https://tauri.app)
//!
//! # Tauri Plugins
//!
//! This is a reserved plugin name to prevent clashes with the `core:` prefix used for builtin
//! plugins from 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/