tamp-sys 0.1.0

Bindings to the tamp compression C library
Documentation
  • Coverage
  • 2.02%
    13 out of 642 items documented1 out of 116 items with examples
  • Size
  • Source code size: 2.16 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 43s Average build duration of successful builds.
  • all releases: 43s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tmpfs

Build

ESP32

For ESP32 with the espup toolchain installed:

cargo +esp build --target xtensa-esp32s3-none-elf  -Zbuild-std=core,alloc

ARM Cortex M4

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