Docs.rs
droidrun-core-0.1.2
droidrun-core 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
piyanggoon
Dependencies
async-trait ^0.1
normal
base64 ^0.22
normal
droidrun-adb ^0.1.2
normal
regex ^1
normal
reqwest ^0.13
normal
serde ^1
normal
serde_json ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
serde_json ^1
dev
tokio ^1
dev
tokio-test ^0.4
dev
tracing-subscriber ^0.3
dev
Versions
49.51%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module geometry
droidrun_
core
0.1.2
Module geometry
Module Items
Structs
Functions
In droidrun_
core::
ui
droidrun_core
::
ui
Module
geometry
Copy item path
Source
Structs
§
Bounds
Geometry utilities for UI element bounds and tap point calculation. A rectangle defined by (left, top, right, bottom).
Functions
§
find_
clear_
point
Find a clear tap point within bounds, avoiding blocker rectangles.