File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 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
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
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
You can’t perform that action at this time.
0 commit comments