Expand description
calenda-rs
is a Rust library for creating and working with global calendars.
This library is a RustQuant project.
Re-exports§
pub use calendar::*;
pub use constants::*;
pub use countries::*;
pub use date_rolling::*;
pub use day_counting::*;
pub use frequency::*;
pub use holiday::*;
pub use utilities::*;
pub use schedule::*;
Modules§
- calendar
- The core
Calendar
trait. This module defines aCalendar
type and its methods. - constants
- Constants for calendars and holidays. This module defines calendar and holiday related constants.
- countries
- Calendars implemented for specific countries. This module defines calendars and holidays for different countries.
- date_
rolling - Date rolling conventions and methods.
- day_
counting - Day counting conventions and methods.
- frequency
- Frequency of payments.
- holiday
- The
Holiday
trait. This module defines aHoliday
type and its methods. - schedule
- The
Schedule
type. - utilities
- Utility functions for working with dates and times. This module defines general calendar and holiday related functions.