Skip to content

Commit 2ffb795

Browse files
authored
Update README.md
1 parent 109d6df commit 2ffb795

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# opaque-pointer-rs
22
Generic functions to work with opaque pointers when use FFI to expose Rust structs
33

4-
![Crates.io](https://img.shields.io/crates/v/opaque-pointer) ![Crates.io](https://img.shields.io/crates/l/opaque-pointer) ![Crates.io](https://img.shields.io/crates/d/opaque-pointer)
4+
[![Crates.io](https://img.shields.io/crates/v/opaque-pointer)](https://crates.io/crates/opaque-pointer)
5+
[![Crates.io](https://img.shields.io/crates/l/opaque-pointer)](https://unlicense.org/)
6+
[![Crates.io](https://img.shields.io/crates/d/opaque-pointer)]()
57

68
## Basic usage
79
With this crate you can manage raw pointers easily to expose structs that will be

0 commit comments

Comments
 (0)