| Crates.io | tamp-sys |
| lib.rs | tamp-sys |
| version | 0.1.0 |
| created_at | 2025-09-19 03:01:03.867344+00 |
| updated_at | 2025-09-19 03:01:03.867344+00 |
| description | Bindings to the tamp compression C library |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1845713 |
| size | 2,169,327 |
For ESP32 with the espup toolchain installed:
cargo +esp build --target xtensa-esp32s3-none-elf -Zbuild-std=core,alloc
Install the dependencies, for example on Arch:
sudo pacman -S arm-none-eabi-newlib arm-none-eabi-gcc
Then check with:
arm-none-eabi-gcc -print-sysroot
Now you can build:
cargo build --target thumbv7em-none-eabihf