cacao/src/cloudkit/mod.rs
2020-03-26 18:06:11 -07:00

7 lines
295 B
Rust

//! This module wraps a portion of the CloudKit API. This is a fairly extensive API, and is not
//! easy to wrap - if you use this and need something that's not implemented, please consider
//! helping out with an implementation and pull request.
pub mod share;
pub use share::CKShareMetaData;