ffi-string 1.0.1

A small crate for moving strings across `extern "C"`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 1.0.1

24/12/20

- Added `Debug` to both types
- Added `Clone` to both types
- Added `Copy` to FFIStr

- 

<br>

## 1.0.0

24/12/20

- Initial creation and release