cfixed-string 1.1.0

Pass Rust strings to C with potentially not needing heap allocation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"