| Crates.io | astcenc-rs |
| lib.rs | astcenc-rs |
| version | 0.1.1 |
| created_at | 2020-10-11 16:54:22.51757+00 |
| updated_at | 2025-01-09 16:46:20.838641+00 |
| description | Idiomatic Rust bindings to the official ASTC encoder library from ARM |
| homepage | https://github.com/eira-fransham/astcenc-sys |
| repository | https://github.com/eira-fransham/astcenc-sys |
| max_upload_size | |
| id | 298397 |
| size | 9,087,121 |
astcenc - ASTC Encoder/Decoder for RustThis library implements safe, ergonomic bindings for ARM's astc-encoder
C/C++ library. The usage is simple and the bindings have comprehensive tests.
See examples.