better_cstr 0.2.1

A better macro for working with C strings
Documentation
[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.100"

[dev-dependencies.trybuild]
version = "1.0.104"

[lib]
name = "better_cstr"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi"]
description = "A better macro for working with C strings"
edition = "2021"
keywords = ["cstr", "string", "literal", "macro"]
license = "MIT"
name = "better_cstr"
readme = "README.md"
repository = "https://github.com/iulian-rusu/better-cstr"
version = "0.2.1"

[[test]]
name = "tests"
path = "tests/tests.rs"