File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ Generic functions to work with opaque pointers when use FFI to expose Rust struc
11
11
With this crate you can manage raw pointers easily to expose structs that will be
12
12
use as opaque pointers from C or C++ calling to Rust functions to use it. This
13
13
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 ) .
16
19
17
20
## Examples
18
21
You can’t perform that action at this time.
0 commit comments