| Crates.io | fixstr |
| lib.rs | fixstr |
| version | 0.0.3 |
| created_at | 2024-11-14 13:09:14.615647+00 |
| updated_at | 2024-11-29 22:05:28.724686+00 |
| description | A simple library for fixing strings |
| homepage | |
| repository | https://github.com/piot/fixstr |
| max_upload_size | |
| id | 1447794 |
| size | 8,803 |
A zero-allocation, fixed-capacity string type that lives entirely on the stack.
Clone, Copy, Debug, etc.)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.