Skip to main content

Module common

Module common 

Source
Expand description

Cross-widget shared infrastructure.

Helpers and types reused by more than one widget in teksilo-widgets but that don’t fit cleanly under any single widget’s module. Members are re-exported by their submodule name; rebinding through common::* is intentional so the widget code reads common::datetime::Date without dragging the underlying crate name (jiff) into the public surface.

Modules§

datetime
Date/time infrastructure shared by Calendar, DateEdit, TimeEdit, and DateTimeEdit.