c_str_macro 1.0.3

c_str macro to create C-compatible string literals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dev-dependencies.libc]
version = "0.2"

[lib]
path = "src/c_str.rs"

[package]
authors = ["Mikhail Zabaluev <mikhail.zabaluev@gmail.com>"]
categories = ["development-tools::ffi"]
description = "c_str macro to create C-compatible string literals"
edition = "2018"
keywords = ["C", "string", "macro"]
license = "Apache-2.0/MIT"
name = "c_str_macro"
readme = "README.md"
repository = "https://github.com/mzabaluev/rust-c-str.git"
version = "1.0.3"