| Crates.io | protextinator |
| lib.rs | protextinator |
| version | 0.2.1 |
| created_at | 2025-06-30 01:47:27.35984+00 |
| updated_at | 2025-07-28 00:08:41.753277+00 |
| description | Text management, made simple |
| homepage | |
| repository | https://github.com/antouhou/protextinator |
| max_upload_size | |
| id | 1731308 |
| size | 280,308 |
Protextinator is a powerful text editing and rendering library built on top of cosmic_text, providing a simpler API with advanced features for all your text handling needs!
💡 Perfect for game UIs, text editors, and any application that needs sophisticated text rendering with minimal hassle.
⚠️ WARNING: This library is work in progress, use at your own risk! ⚠️
serialization featureAdd Protextinator to your Cargo.toml:
[dependencies]
protextinator = "0.1.0"
With serialization support:
[dependencies]
protextinator = { version = "0.1.0", features = ["serialization"] }
For code examples and detailed usage, check out:
Protextinator makes it easy to:
Protextinator works great with rendering libraries like Grafo and windowing libraries like Winit. Check out the examples directory for a complete integration example.
Contributions are welcome! Feel free to open issues or submit pull requests.
Licensed under either of:
at your option.