Shared typed dataset primitives for Orbital tables and charts.
This crate provides [Dataset], [DataRecord], and [DataValue] — the
canonical data model shared by orbital-datatable and orbital-charts.
Because it has no UI or framework dependencies, any crate in the workspace
can depend on it without introducing cycles.
Example
use HashMap;
use ;
let schema = new;
let record = new;
let dataset = from_records;
assert_eq!;