Skip to content

Commit 832994b

Browse files
authored
Update README.md
1 parent 8f0c146 commit 832994b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@
2424
* Git information, such as the commit that produced the build artifact
2525
* What version of the Rust toolchain was used in compilation
2626
* 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.
2830

2931
You can use this crate to programmatically check where a binary came from and how it was built.
3032

3133
Currently, integration into **wasm** is also supported. For detailed settings, please refer to the
3234
link [example_wasm](https://github.com/baoyachi/shadow-rs/tree/master/example_wasm).
3335

36+
37+
3438
![build_module](./build_module.png)
3539

3640
# Note on Caching

0 commit comments

Comments
 (0)