Home
last modified time | relevance | path

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

/external/bazelbuild-rules_rust/crate_universe/src/utils/
Dstarlark.rs41 RustLibrary(RustLibrary), enumerator
152 pub(crate) struct RustLibrary { struct
153 pub(crate) name: String,
155 pub(crate) deps: SelectSet<Label>,
157 pub(crate) proc_macro_deps: SelectSet<Label>,
159 pub(crate) aliases: SelectDict<Label, String>,
161 pub(crate) common: CommonAttrs,
163 pub(crate) disable_pipelining: bool,
/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
Dserialize.rs20 pub(crate) fn rust_library<S>(rule: &RustLibrary, serializer: S) -> Result<S::Ok, S::Error> in rust_library()
/external/bazelbuild-rules_rust/crate_universe/src/
Drendering.rs580 ) -> Result<RustLibrary> { in make_rust_library()