File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 24
24
* Git information, such as the commit that produced the build artifact
25
25
* What version of the Rust toolchain was used in compilation
26
26
* The build variant, e.g. ` debug ` or ` release `
27
- * ... And more!
27
+ * ... And more!
28
+
29
+ Strongly recommend using ** shadow-rs** on the [ LSP] ( https://microsoft.github.io/language-server-protocol/ ) service developed in Rust.
28
30
29
31
You can use this crate to programmatically check where a binary came from and how it was built.
30
32
31
33
Currently, integration into ** wasm** is also supported. For detailed settings, please refer to the
32
34
link [ example_wasm] ( https://github.com/baoyachi/shadow-rs/tree/master/example_wasm ) .
33
35
36
+
37
+
34
38
![ build_module] ( ./build_module.png )
35
39
36
40
# Note on Caching
You can’t perform that action at this time.
0 commit comments