| Crates.io | kittage |
| lib.rs | kittage |
| version | 0.1.0 |
| created_at | 2025-08-06 14:48:45.762227+00 |
| updated_at | 2025-08-06 14:48:45.762227+00 |
| description | Interact with all aspects of the kitty terminal graphics protocol |
| homepage | |
| repository | https://github.com/itsjunetime/kittage |
| max_upload_size | |
| id | 1783879 |
| size | 142,469 |
kittageA full-featured rust library for interacting with the kitty terminal graphics protocol. This is still a work in progress but aims to implement all parts of the client side of the kitty terminal graphics protocol. At time of writing, it implements everything (including e.g. shared memory objects and reading in terminal responses) besides animation frames.
To start using it, you probably want to examine the documentation for the Action struct.