1 2 3 4 5 6 7 8 9
pub use tesseract_android_base::service::*; #[cfg(feature = "transport-sdk")] pub mod transport { pub use tesseract_android_transport::service::JTransport; #[cfg(feature = "transport-ipc")] pub use tesseract_android_ipc::service::IPCTransport; }