[package]
edition = "2018"
name = "cfixed-string"
version = "1.1.0"
authors = [
"Daniel Collin <daniel@collin.com>",
"Jake Shadle <jake.shadle@embarkstudios.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pass Rust strings to C with potentially not needing heap allocation"
documentation = "https://docs.rs/cfixed-string/1.1/cfixed-string"
readme = "README.md"
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/emoon/cfixed-string"
[badges.maintenance]
status = "actively-developed"
[lib]
name = "cfixed_string"
path = "src/lib.rs"