We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8559ba1 commit 3edc917Copy full SHA for 3edc917
src/doc/trpl/rust-inside-other-languages.md
@@ -200,7 +200,8 @@ build deps examples libembed.so native
200
```
201
202
That `libembed.so` is our ‘shared object’ library. We can use this file
203
-just like any shared object library written in C!
+just like any shared object library written in C! As an aside, this may be
204
+`libembed.dll` or `libembed.dylib`, depending on the platform.
205
206
Now that we’ve got our Rust library built, let’s use it from our Ruby.
207
0 commit comments