gitextract_0jc76c4i/ ├── .github/ │ └── workflows/ │ └── build.yaml ├── CMakeLists.txt ├── LICENSE ├── README.md ├── cmake/ │ └── turbobase64-config.cmake.in ├── conf.h ├── makefile ├── rust/ │ ├── .gitignore │ ├── Cargo.toml │ ├── README.md │ ├── build.rs │ ├── src/ │ │ ├── bindings.rs │ │ ├── lib.rs │ │ └── tests.rs │ └── wrapper.h ├── tb64app.c ├── time_.h ├── turbob64.h ├── turbob64_.h ├── turbob64c.c ├── turbob64d.c ├── turbob64v128.c ├── turbob64v256.c ├── turbob64v512.c └── vs/ ├── getopt.c ├── getopt.h ├── inttypes.h ├── stdint.h ├── turbob64avx.c └── vs2022/ ├── TB64App.vcxproj ├── TurboBase64.sln └── TurboBase64.vcxproj