fixstr

Crates.iofixstr
lib.rsfixstr
version0.0.3
created_at2024-11-14 13:09:14.615647+00
updated_at2024-11-29 22:05:28.724686+00
descriptionA simple library for fixing strings
homepage
repositoryhttps://github.com/piot/fixstr
max_upload_size
id1447794
size8,803
Peter Bjorklund (piot)

documentation

README

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

Commit count: 4

cargo fmt