MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / AndroidConfig

Class AndroidConfig

src/dev_server.rs:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40#[derive(Deserialize, Default)]
41struct AndroidConfig {
42 avd_name: Option<String>,
43 api_level: Option<u32>,
44 abi: Option<String>,
45}
46
47#[derive(Deserialize, Default)]
48struct WebConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected