Crate recurring

Source
Expand description

§recurring

Build Status crates.io docs.rs License: Apache 2.0 License: MIT

An event series implementation based on jiff.

§License

The source code of recurring is licensed under either of Apache License, Version 2.0 or MIT license at your option.

Modules§

pattern
Patterns for recurring events.
series
A series of recurring events.

Structs§

DateTimeRange
Representation of the time range of a Series.
Error
Error type returned by all fallible operations within this crate.
Event
Represents an event that happens at a given point in time and may span until an optional end datetime.
Series
A series of recurring events.

Traits§

Combine
A trait for combining values implementing Pattern into more complex recurrence patterns.
Pattern
A trait for recurrence patterns.
ToSeries
A trait for converting values representing points in time into a Series.