48 releases (10 breaking)
Uses new Rust 2024
| new 0.12.4 | Apr 1, 2026 |
|---|---|
| 0.12.3 | Mar 21, 2026 |
| 0.12.2 | Feb 26, 2026 |
| 0.11.0 | Dec 6, 2025 |
| 0.5.5 | Jul 26, 2024 |
#2728 in GUI
835 downloads per month
Used in 63 crates
(20 directly)
200KB
4K
SLoC
This crate is part of the zng project.
Cargo Features
This crate provides 1 feature flag, not enabled by default.
"multi_app"
Allows multiple app instances per-process.
This feature allows multiple apps, one app per thread at a time. The LocalContext tracks
what app is currently running in each thread and app_local! statics switch to the value of each app
depending on the current thread.
Dependencies
~9–18MB
~299K SLoC