seasick 0.2.1

FFI-safe nul-terminated strings with ownership semantics
Documentation
[dependencies.libc]
default-features = false
optional = true
version = "0.2.166"

[features]
alloc = []
default = ["std", "libc"]
libc = ["dep:libc"]
std = ["alloc", "libc?/std"]

[lib]
name = "seasick"
path = "src/lib.rs"

[package]
authors = ["Aatif Syed <0xaatif@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std::no-alloc", "external-ffi-bindings", "embedded", "development-tools::ffi"]
description = "FFI-safe nul-terminated strings with ownership semantics"
documentation = "https://docs.rs/seasick"
edition = "2021"
homepage = "https://crates.io/crates/seasick"
keywords = ["ffi", "nul", "c_str", "transparent"]
license = "Apache-2.0 OR MIT"
name = "seasick"
readme = "README.md"
repository = "https://github.com/aatifsyed/seasick"
version = "0.2.1"