recurring 0.0.1

A vector-based map and set implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# recurring

[![Build Status](https://github.com/martinohmann/recurring/workflows/ci/badge.svg)](https://github.com/martinohmann/recurring/actions?query=workflow%3Aci)
[![crates.io](https://img.shields.io/crates/v/recurring)](https://crates.io/crates/recurring)
[![docs.rs](https://img.shields.io/docsrs/recurring)](https://docs.rs/recurring)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

An event series implementation based on [`jiff`](https://docs.rs/jiff/latest/jiff/).

## License

The source code of recurring is licensed under either of [Apache License,
Version 2.0](LICENSE-APACHE.md) or [MIT license](LICENSE-MIT) at your option.