Documentation
1
2
3
4
5
#[cfg(feature = "android")]
pub mod android;

#[cfg(feature = "ios")]
pub mod ios;