tauri/.changes/plugin-builder-failable.md
chip cf994a6bb0
add failable try_build for plugin builder (#10405)
* add failable try_build for plugin builder

* add changefile

* implement `Hash`, `PartialEq` for `BuilderError`

* mark config and acl items as unstable

give some doc tips if they need to be used from Rust

* Revert "mark config and acl items as unstable" [skip ci]

This reverts commit e23728edb6.
2024-07-29 10:51:56 -03:00

148 B

tauri
patch:enhance

Add tauri::plugin::Builder::try_build to allow plugins to check if their TauriPlugin initialization is valid.