stringer 0.1.1

An easy way to turn Unsafe C strings into Rust String types and back.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "stringer"
version = "0.1.1"
authors = ["Regis <boudinot.regis@yahoo.com>"]
description = "An easy way to turn Unsafe C strings into Rust String types and back."
homepage = "https://github.com/selfup/stringer"
repository = "https://github.com/selfup/stringer"
readme = "README.md"
documentation = "https://github.com/selfup/stringer/blob/master/README.md"
keywords = ["ffi", "cstr", "string", "cstring", "ffistrings"]
license = "MIT"
include = [
    "**/*.rs",
    "Cargo.toml",
]

[dependencies]