capacitor_bindings 0.14.0

Capacitor bindings to help you build android and ios apps with rust.
Documentation
pub mod action_sheet;
pub mod admob;
pub mod app;
pub mod app_launcher;
pub mod browser;
pub mod camera;
pub mod clipboard;
pub mod device;
pub mod dialog;
pub mod error;
pub mod extern_functions;
pub mod game_connect;
pub mod haptics;
pub mod helpers;
pub mod local_notifications;
pub mod network;
pub mod plugin_listener_handle;
pub mod preferences;
pub mod rate;
pub mod screen_reader;
pub mod share;
pub mod splash_screen;
pub mod status_bar;
pub mod toast;
pub mod safe_area;

pub mod prelude {
    pub use crate::error::*;
    pub use crate::helpers::*;
    pub use crate::plugin_listener_handle::*;
}