Docs.rs
tauri-helper-0.1.4
tauri-helper 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
RiadYan
Dependencies
serde ^1.0.219
normal
syn ^2.0.100
normal
tauri_helper_core ^0.1.1
normal
tauri_helper_macros ^0.1.3
normal
toml ^0.8.20
normal
walkdir ^2.5.0
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
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_
helper
0.1.4
All Items
Crate Items
Macros
Structs
Functions
Attribute Macros
Crate
tauri_helper
Copy item path
Source
Macros
§
array_
collect_
commands
Generates an array of command names
specta_
collect_
commands
Generates the Specta collect_commands![] macro invocation with a list of all collected commands.
tauri_
collect_
commands
Generates the Tauri generate_handler![] macro invocation with a list of all collected commands.
Structs
§
Tauri
Helper
Options
Configuration options for the
tauri_helper
crate.
Functions
§
generate_
command_
file
Scans the crate for functions annotated with
#[tauri::command]
and optionally
#[auto_collect_command]
, then generates a file containing a list of these functions in the
tauri_commands_list
folder.
Attribute Macros
§
auto_
collect_
command
Marks a Tauri command and registers it for automatic collection