cf-rust-api 0.0.1

could filter sdk for rust
1
2
3
4
5
6
7
8
9
/// Information for callbacks in the [SyncFilter][crate::SyncFilter] trait.
pub mod info;
mod proxy;
mod sync_filter;
/// Tickets for callbacks in the [SyncFilter][crate::SyncFilter] trait.
pub mod ticket;

pub use proxy::{callbacks, Callbacks};
pub use sync_filter::SyncFilter;