Crate androidoscopy
Source pub use config::Config;pub use state::AppState;
- 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
- 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.