MCPcopy Create free account
hub / github.com/android10/Rust-Cross-Platform-Development / AndroidTargets

Class AndroidTargets

rust-library/cryptor_jni/build.rs:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148#[derive(Serialize)]
149struct AndroidTargets<'a> {
150 #[serde(rename(serialize = "target"))]
151 targets: HashMap<&'a str, AndroidTargetConfig>,
152}
153
154#[derive(Serialize)]
155struct AndroidTargetConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected