const-str-proc-macro 0.3.2

compile-time string operations
Documentation
# const-str

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Docs][docs-badge]][docs-url]
![CI][ci-badge]
<!-- [![Unsafe Forbidden][unsafe-forbidden-badge]][unsafe-forbidden-url] -->

[crates-badge]: https://img.shields.io/crates/v/const-str.svg
[crates-url]: https://crates.io/crates/const-str
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: ./LICENSE
[docs-badge]: https://docs.rs/const-str/badge.svg
[docs-url]: https://docs.rs/const-str/
[ci-badge]: https://github.com/Nugine/const-str/workflows/CI/badge.svg
<!-- [unsafe-forbidden-badge]: https://img.shields.io/badge/unsafe-forbidden-success.svg
[unsafe-forbidden-url]: https://github.com/rust-secure-code/safety-dance/ -->

Compile-time string operations

Docs: <https://docs.rs/const-str/>