# fatbinary Rust library to manipulate CUDA fatbinary format. Also provides utility to mimic the (partial) behavior of `fatbinary` and `cuobjdump` provided by CUDA. [![crates.io](https://img.shields.io/crates/v/fatbinary.svg)](https://crates.io/crates/fatbinary) ## Acknowledgements The library is inspired by: - [n-eiling/cuda-fatbin-decompression](https://github.com/n-eiling/cuda-fatbin-decompression)