c_vec 1.0.12

Structures to wrap C arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "c_vec"
version = "1.0.12"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]

description = "Structures to wrap C arrays"
repository = "https://github.com/GuillaumeGomez/c_vec-rs.git"
readme = "README.md"
keywords = ["c", "vec", "c_vec", "array"]
license = "Apache-2.0/MIT"

[lib]
name = "c_vec"
crate-type = ["dylib", "rlib"]

[dev-dependencies]
libc = "0.1"