droidrun-core 0.1.1

Android device automation core library — DeviceDriver trait, Portal integration, UI state pipeline
Documentation
1
2
3
4
5
6
7
8
9
//! UI state processing — element resolution, filtering, formatting.

pub mod coord;
pub mod filter;
pub mod formatter;
pub mod geometry;
pub mod provider;
pub mod search;
pub mod state;