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
1010
1111With 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
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
1515 more information in [ The Rust FFI Omnibus objects section] ( http://jakegoulding.com/rust-ffi-omnibus/objects/ ) of Jake Goulding.
1616
17- Example:
17+ ## Examples
1818
1919``` rust
2020struct TestIt {
You can’t perform that action at this time.
0 commit comments