File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Generic functions to work with opaque pointers when use FFI to expose Rust struc
10
10
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
- can be used with [ cbindgen] ( https://crates.io/crates/cbindgen ) crate with option ` parse.parse_deps = true ` for it will
14
- generate opaque C/C++ structs to use pointers in the arguments. You can find
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
15
more information in [ The Rust FFI Omnibus objects section] ( http://jakegoulding.com/rust-ffi-omnibus/objects/ ) of Jake Goulding.
16
16
17
- Example:
17
+ ## Examples
18
18
19
19
``` rust
20
20
struct TestIt {
You can’t perform that action at this time.
0 commit comments