bounded-static 0.5.0

Defines the ToBoundedStatic and IntoBoundedStatic traits
Documentation
[dependencies.bounded-static-derive]
optional = true
version = "0.5.0"

[dependencies.smallvec]
default_features = false
optional = true
version = "1.8.0"

[dependencies.smartstring]
default_features = false
optional = true
version = "1.0.0"

[dependencies.smol_str]
default_features = false
optional = true
version = "0.2.0"

[features]
alloc = []
collections = ["alloc"]
default = ["collections", "alloc", "std"]
derive = ["bounded-static-derive"]
std = ["alloc"]

[package]
authors = ["FujiApple <fujiapple852@gmail.com>"]
categories = ["no-std", "rust-patterns", "data-structures", "memory-management"]
description = "Defines the ToBoundedStatic and IntoBoundedStatic traits"
edition = "2021"
keywords = ["cow", "static", "bounded", "owned", "derive"]
license = "Apache-2.0"
name = "bounded-static"
readme = "README.md"
repository = "https://github.com/fujiapple852/bounded-static"
rust-version = "1.60.0"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true