https://github.com/nugine/const-str
Compile-time string operations
https://github.com/nugine/const-str
rust string
Last synced: 21 days ago
JSON representation
Compile-time string operations
- Host: GitHub
- URL: https://github.com/nugine/const-str
- Owner: Nugine
- License: mit
- Created: 2020-09-10T13:42:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T04:48:11.000Z (2 months ago)
- Last Synced: 2025-03-31T22:16:47.129Z (28 days ago)
- Topics: rust, string
- Language: Rust
- Homepage:
- Size: 272 KB
- Stars: 90
- Watchers: 5
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# const-str
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Docs][docs-badge]][docs-url]
[![Downloads]][downloads][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/
[downloads]: https://img.shields.io/crates/d/const-strCompile-time string operations
Documentation:
## Contributing
+ [Development Guide](./CONTRIBUTING.md)
## Sponsor
If my open-source work has been helpful to you, please [sponsor me](https://github.com/Nugine#sponsor).
Every little bit helps. Thank you!