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
# FFIString


This is a small crate for moving strings across `extern "C"`, giving FFI-safe version of String and &str

<br>

### This crate contains two new types: [`FFIString`]https://docs.rs/ffi-string/latest/ffi_string/struct.FFIString.html and [`FFIStr`]https://docs.rs/ffi-string/latest/ffi_string/struct.FFIStr<'a>.html


These work just like `String` and `&'a str`, but with `#[repr(C)]`

<br>

If you have any ideas on how this can be improved, please submit an issue on the repository