egui-charts 0.2.0

High-performance financial charting engine for egui — candlesticks, 95 drawing tools, 130+ indicators, and a full design-token theme system
Documentation
1
2
3
4
5
6
7
8
//! Chart settings template management.
//!
//! Provides `SettingsTemplate` and `TemplateManager` for saving and
//! restoring named chart configuration presets (indicator sets, chart type,
//! color schemes, etc.).  The actual implementations live in
//! [`crate::ui::model`]; this module re-exports them for convenience.

pub use crate::ui::model::{SettingsTemplate, TemplateManager};