Crate androidoscopy

Crate androidoscopy 

Source

Re-exports§

pub use config::Config;
pub use state::AppState;

Modules§

config
discovery
handlers
WebSocket handlers for app and dashboard connections.
protocol
Protocol definitions for Androidoscopy WebSocket communication.
session
Session management for connected apps and dashboards.
state

Functions§

create_router
Creates the Axum router for the server. Useful for testing - can be used with axum::serve directly.
start_test_server
Starts the server on a random available port and returns the address. Useful for integration tests.