Skip to content

Commit d3e9b17

Browse files
committed
chore: Improve README.md style format
1 parent 3d8bf61 commit d3e9b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Generic functions to work with opaque pointers when use FFI to expose Rust struc
1010

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
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
2020
struct TestIt {

0 commit comments

Comments
 (0)