[package]
name = "flexstr_support"
version = "0.1.3"
authors = ["Scott Meeuwsen <smeeuwsen@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Support crate for 'flexstr' and 'inline_flexstr'"
repository = "https://github.com/nu11ptr/flexstr/flexstr_support"
documentation = "https://docs.rs/flexstr_support"
keywords = ["string", "support"]
categories = [
"data-structures",
"memory-management",
"no-std",
"text-processing",
]
readme = "README.md"
edition = "2024"
[features]
default = ["std", "str"]
safe = []
std = []
win_min_unsafe = ["safe"]
bytes = []
cstr = []
osstr = ["std"]
path = ["osstr"]
str = []
[package.metadata.docs.rs]
features = ["bytes", "cstr", "osstr", "path", "serde", "std", "str"]
rustdoc-args = ["--cfg", "docsrs"]