Expand description
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.
Modules§
- error
- Error types.
Macros§
Structs§
- String
- String container with maximum length.