mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 17:02:32 +00:00
10 lines
134 B
Rust
10 lines
134 B
Rust
pub mod methods;
|
|
pub mod prop;
|
|
pub mod resource;
|
|
mod service;
|
|
|
|
pub use service::CalendarResourceService;
|
|
|
|
#[cfg(test)]
|
|
pub mod tests;
|