stack-cstr 0.1.0

High-performance stack-to-heap C string creation for Rust with FFI support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stack-cstr"
version = "0.1.0"
edition = "2024"
authors = ["Junkang Yuan <yuanjunkang@gmail.com>"]
description = "High-performance stack-to-heap C string creation for Rust with FFI support"
repository = "https://github.com/fxdmhtt/stack-cstr"
license = "GPL-2.0"
readme = "README.md"
keywords = ["CStr", "CString", "FFI"]
categories = ["development-tools::ffi", "memory-management"]

[dependencies]
arrayvec = "0.7.6"