1 2 3 4 5 6 7 8 9 10 11 12 13
#[link(name = "ability_runtime")] extern "C" {} pub mod application_context; mod common; mod context; pub use common::*; pub use context::*; #[cfg(feature = "api-17")] #[cfg_attr(docsrs, doc(cfg(feature = "api-17")))] pub mod start_options;