Docs.rs
tauri-plugin-system-audio-0.1.1
tauri-plugin-system-audio 0.1.1
Docs.rs crate page
MIT
31 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
imaaroncao
Dependencies
anyhow ^1
normal
base64 ^0.22
normal
cpal ^0.16
normal
crossbeam-channel ^0.5
normal
log ^0.4
normal
parking_lot ^0.12
normal
serde ^1
normal
tauri ^2
normal
thiserror ^2
normal
tauri-plugin ^2
build
libloading ^0.8
normal
windows-sys ^0.59
normal
Versions
33.33%
of the crate is documented
Platform
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
Skip to main content
SharedSession
tauri_
plugin_
system_
audio
0.1.1
Shared
Session
Aliased Type
In crate tauri_
plugin_
system_
audio
tauri_plugin_system_audio
Type Alias
Shared
Session
Copy item path
Source
pub type SharedSession =
Arc
<
Mutex
<
AudioSession
>>;
Aliased Type
§
pub struct SharedSession {
/* private fields */
}