cfixed-string 1.1.0

Pass Rust strings to C with potentially not needing heap allocation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cfixed-string"
version = "1.1.0"
edition = "2018"
license = "MIT"
authors = ["Daniel Collin <daniel@collin.com>", "Jake Shadle <jake.shadle@embarkstudios.com>"]
description = "Pass Rust strings to C with potentially not needing heap allocation"
categories = ["data-structures"]
repository = "https://github.com/emoon/cfixed-string"
documentation = "https://docs.rs/cfixed-string/1.1/cfixed-string"
readme = "README.md"

[badges]
maintenance = {status = "actively-developed"}