Home
last modified time | relevance | path

Searched defs:RustLibrary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/
H A Dstarlark.rs41 RustLibrary(RustLibrary), enumerator
154 pub(crate) struct RustLibrary { struct
155 pub(crate) name: String,
157 pub(crate) deps: SelectSet<Label>,
159 pub(crate) proc_macro_deps: SelectSet<Label>,
161 pub(crate) aliases: SelectDict<Label, String>,
163 pub(crate) common: CommonAttrs,
165 pub(crate) disable_pipelining: bool,
/aosp_15_r20/build/soong/rust/
H A Drust.go464 type RustLibrary struct { struct
465 Path android.Path
466 CrateName string
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dserialize.rs20 pub(crate) fn rust_library<S>(rule: &RustLibrary, serializer: S) -> Result<S::Ok, S::Error> in rust_library()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Drendering.rs590 ) -> Result<RustLibrary> { in make_rust_library()