# 📦 FixStr A zero-allocation, fixed-capacity string type that lives entirely on the stack. [![Crates.io](https://img.shields.io/crates/v/fixstr.svg)](https://crates.io/crates/fixstr) [![Documentation](https://docs.rs/fixstr/badge.svg)](https://docs.rs/fixstr) ## 🚀 Features - ✨ Zero heap allocations - 📏 Configurable fixed capacity - 🔒 Guaranteed UTF-8 validity - 🎯 Perfect for small strings - 🔄 Implements common traits (`Clone`, `Copy`, `Debug`, etc.) ## 📥 Installation Add this to your `Cargo.toml`: ```toml [dependencies] fixstr = "0.0.1" ``` 📜 License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.