Docs.rs
tauri-plugin-decoration-2.0.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tauri-plugin-decoration 2.0.0
Native window controls, custom decorations, and Windows 11 Snap Layout for Tauri v2 apps.
Crate
Source
Builds
Feature flags
Hide files
.github
src
workflows
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
README.md
rollup.config.js
tsconfig.json
wheeee.gif
1
2
3
4
5
const
COMMANDS
:
&
[
&
str
]
=
&
[
]
;
fn
main
(
)
{
tauri_plugin
::
Builder
::
new
(
COMMANDS
)
.
build
(
)
;
}