[dependencies.arrayvec]
version = "0.7.6"
[lib]
name = "stack_cstr"
path = "src/lib.rs"
[package]
authors = ["Junkang Yuan <yuanjunkang@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "memory-management"]
description = "High-performance stack-to-heap C string creation for Rust with FFI support"
edition = "2024"
keywords = ["CStr", "CString", "FFI"]
license = "GPL-2.0"
name = "stack-cstr"
readme = "README.md"
repository = "https://github.com/fxdmhtt/stack-cstr"
version = "0.1.0"
[[test]]
name = "cstr_tests"
path = "tests/cstr_tests.rs"