flexstr_support 0.1.3

Support crate for 'flexstr' and 'inline_flexstr'
[features]
bytes = []
cstr = []
default = ["std", "str"]
osstr = ["std"]
path = ["osstr"]
safe = []
std = []
str = []
win_min_unsafe = ["safe"]

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

[package]
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "no-std", "text-processing"]
description = "Support crate for 'flexstr' and 'inline_flexstr'"
documentation = "https://docs.rs/flexstr_support"
edition = "2024"
keywords = ["string", "support"]
license = "MIT OR Apache-2.0"
name = "flexstr_support"
readme = "README.md"
repository = "https://github.com/nu11ptr/flexstr/flexstr_support"
version = "0.1.3"

[package.metadata.docs.rs]
features = ["bytes", "cstr", "osstr", "path", "serde", "std", "str"]
rustdoc-args = ["--cfg", "docsrs"]