Constant strings.
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 foralloc
facilitiesstd
: Enables implementations forstd
facilities
The following features may additionally be enabled:
bytemuck
: Enables implementations forbytemuck
traitsoct
: 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.