Docs.rs
santui-core-0.2.21
santui-core 0.2.21
Docs.rs crate page
MIT
29 June 2026
Links
Repository
crates.io
Source
Owners
sonyarianto
Dependencies
crossterm ^0.29
normal
ctrlc ^3.5
normal
log ^0.4
normal
ratatui ^0.30
normal
serde ^1
normal
toml ^0.8
normal
proptest ^1
dev
Versions
30.41%
of the crate is documented
Go to latest version
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
Module event
santui_
core
0.2.21
Module event
Module Items
Structs
Enums
Type Aliases
In crate santui_
core
santui_core
Module
event
Copy item path
Source
Structs
§
Event
Bus
A simple in-app event bus for decoupling components.
Enums
§
Event
Events that can be published through the application’s
EventBus
.
Type Aliases
§
Event
Subscriber
A read-only observer registered via
EventBus::subscribe
.