stringmap 0.1.0

An immutable string map with pointers into frozen memory that can be shared between C, Ruby, Python and Rust.
Documentation
[package]
name = "stringmap"
version = "0.1.0"
authors = ["Jason Dusek <jason.dusek@gmail.com>"]
build = "build.rs"
readme = "README.md"
license = "Apache-2.0/MIT"
homepage = "https://gitlab.com/solidsnack/stringmap/"
repository = "https://gitlab.com/solidsnack/stringmap.git"
documentation = "https://docs.rs/stringmap"
description = """
An immutable string map with pointers into frozen memory that can be shared
between C, Ruby, Python and Rust.
"""

[lib]
name = "stringmap"
crate-type = ["lib", "cdylib"]

[dependencies]
libc = "^0.2"

[build-dependencies]
rusty-cheddar = "^0.3"