cdk 0.8.0

Core Cashu Development Kit library implementing the Cashu protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Specific Subscription for the cdk crate

#[cfg(feature = "mint")]
mod manager;
#[cfg(feature = "mint")]
mod on_subscription;
#[cfg(feature = "mint")]
pub use manager::PubSubManager;
#[cfg(feature = "mint")]
pub use on_subscription::OnSubscription;

pub use crate::pub_sub::SubId;