3 releases

0.0.3 Nov 29, 2024
0.0.2 Nov 29, 2024
0.0.1 Nov 14, 2024

#179 in Memory management

Download history 275/week @ 2024-12-10 42/week @ 2024-12-17 53/week @ 2024-12-24 98/week @ 2024-12-31 274/week @ 2025-01-07 101/week @ 2025-01-14 51/week @ 2025-01-21 5/week @ 2025-01-28 28/week @ 2025-02-04 31/week @ 2025-02-11 53/week @ 2025-02-18 75/week @ 2025-02-25 89/week @ 2025-03-04 84/week @ 2025-03-11 25/week @ 2025-03-18 84/week @ 2025-03-25

314 downloads per month
Used in 45 crates (3 directly)

MIT license

7KB
93 lines

📦 FixStr

A zero-allocation, fixed-capacity string type that lives entirely on the stack.

Crates.io Documentation

🚀 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.

No runtime deps