Constant strings.
https://crates.io/crates/conststr/
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| clippy.toml | ||
| LICENCE-APACHE | ||
| LICENCE-MIT | ||
| README.md | ||
conststr
conststr is a Rust crate for const-compatible, owning strings.
Feature flags
The following features are enabled by default:
alloc: Enables implementations forallocfacilitiesstd: Enables implementations forstdfacilities
The following features may additionally be enabled:
bytemuck: Enables implementations forbytemucktraitsoct: Enables implementations for Oct facilitiesserde: Enables implementations for Serde facilitieszerocopy: Enables implementations for Zerocopy traits
Copyright & Licence.
Copyright © 2025 Gabriel Bjørnager Jensen.
conststr is distributed under either an MIT licence (see LICENCE-MIT) or version 2.0 of the Apache License (see LICENCE-APACHE), at your option.