pffft_rust 0.1.2

A bindgen-based wrapper around PFFFT (Pretty Fast Fast Fourier Transform).
Documentation
1
2
3
4
5
FROM rustembedded/cross:aarch64-unknown-linux-gnu

RUN apt-get update && \
    apt-get install -y clang libclang-dev libc6-dev-i386 gcc-aarch64-linux-gnu