Lines Matching refs:rust
9 1. Go to the directory of the rust library to be converted, for example, **bindgen**.
12 cd openharmony/third_party/rust/bindgen
35 import("//build/templates/rust/ohos_cargo_crate.gni")
49 "//third_party/rust/bitflags:lib",
50 "//third_party/rust/cexpr:lib",
51 "//third_party/rust/clang-sys:lib",
52 "//third_party/rust/lazy_static:lib",
53 "//third_party/rust/lazycell:lib",
54 "//third_party/rust/log:lib",
55 "//third_party/rust/peeking_take_while:lib",
56 "//third_party/rust/proc-macro2:lib",
57 "//third_party/rust/quote:lib",
58 "//third_party/rust/regex:lib",
59 "//third_party/rust/rustc-hash:lib",
60 "//third_party/rust/shlex:lib",
61 "//third_party/rust/syn:lib",
62 "//third_party/rust/which:lib",
81 1. Go to the **rust** directory.
84 cd openharmony/third_party/rust
86 2. Add all the rust libraries to be converted to [workspace] in **Cargo.toml** in the **rust** dire…