libtad-models 0.2.0

Time and Date API models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod business_days_filter_type;
mod business_days_operator_type;
mod business_holiday;
mod included_excluded;
mod period;
mod weekdays;

pub use business_days_filter_type::BusinessDaysFilterType;
pub use business_days_operator_type::BusinessDaysOperatorType;
pub use business_holiday::BusinessHoliday;
pub use included_excluded::IncludedExcluded;
pub use period::Period;
pub use weekdays::Weekdays;