orbital-date-pickers 0.1.1

Date and time picker components for Orbital
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod component;
mod parse;
mod sections;
mod styles;
mod validation;

pub use component::SegmentedDatetimeField;
#[allow(unused_imports)]
pub use parse::{
    datetime_to_combined_segments, datetime_to_segments, parse_date_segments,
    parse_datetime_segments, parse_time_segments,
};
#[allow(unused_imports)]
pub use sections::{combined_segment_specs, segment_specs, SegmentKind, SegmentSpec};