3 releases
0.0.3 | Nov 29, 2024 |
---|---|
0.0.2 | Nov 29, 2024 |
0.0.1 | Nov 14, 2024 |
#179 in Memory management
314 downloads per month
Used in 45 crates
(3 directly)
7KB
93 lines
📦 FixStr
A zero-allocation, fixed-capacity string type that lives entirely on the stack.
🚀 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
:
[dependencies]
fixstr = "0.0.1"
📜 License This project is licensed under the MIT License - see the LICENSE file for details.