api-bones 4.0.1

Opinionated REST API types: errors (RFC 9457), pagination, health checks, and more
Documentation
1
2
3
4
//! Re-exports of core [iCalendar (RFC 5545)](https://www.rfc-editor.org/rfc/rfc5545) types
//! from the [`icalendar`] crate.

pub use icalendar::{Calendar, CalendarDateTime, Component, Event, EventLike, Property, Todo};