fixstr 0.0.2

A simple library for fixing strings
Documentation
  • Coverage
  • 88.89%
    8 out of 9 items documented1 out of 9 items with examples
  • Size
  • Source code size: 8.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 539.43 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • piot/fixstr
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • piot

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