santui-core 0.2.30

Santui core framework — App, Plugin trait, events, config, palette
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod app;
pub mod auth;
pub mod config;
pub mod db_access;
pub mod event;
pub mod logger;
pub mod plugin;
pub mod registry_config;
pub mod sync;
pub mod theme;
pub mod widgets;

pub use app::Santui;
pub use auth::{AuthHandle, User};
pub use db_access::DbAccess;
pub use logger::{LogEntry, LoggerBuffer};
pub use plugin::{Plugin, PluginCmdItem, PluginContext};
pub use theme::Theme;