cacao/appkit/cloudkit/mod.rs

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;