Skip to main content

Module data

Module data 

Source
Expand description

Runtime data-binding support.

Provides DataContext (a flat BTreeMap<String, String> of named field values, plus a BTreeMap<String, Vec<String>> of named array columns) and the DataFormat / format_data_value formatter that turns raw field strings into locale-styled display strings deterministically.

Re-exports§

pub use format::DataFormat;
pub use format::format_data_value;

Modules§

format
Deterministic, pure data-value formatter.

Structs§

DataContext
Named data fields and ordered array columns available at scene-compile time.