Skip to content

Commit 1fd9cf7

Browse files
committed
chore: Improve README.md paragraph about Rust omnibus
1 parent 40b8ec7 commit 1fd9cf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ Generic functions to work with opaque pointers when use FFI to expose Rust struc
1111
With this crate you can manage raw pointers easily to expose structs that will be
1212
use as opaque pointers from C or C++ calling to Rust functions to use it. This
1313
can be used with [cbindgen](https://crates.io/crates/cbindgen) crate with option `parse.parse_deps = true`
14-
for it will generate opaque C/C++ structs to use pointers in the arguments. You can find
15-
more information in [The Rust FFI Omnibus objects section](http://jakegoulding.com/rust-ffi-omnibus/objects/) of Jake Goulding.
14+
for it will generate opaque C/C++ structs to use pointers in the arguments.
15+
16+
You can find more information about using Rust from other languages in
17+
[The Rust FFI Omnibus objects section](http://jakegoulding.com/rust-ffi-omnibus/objects/)
18+
of [Jake Goulding](https://github.com/shepmaster).
1619

1720
## Examples
1821

0 commit comments

Comments
 (0)