# A pure rust fits file reader with built-in WASM support This is a standalone lightweight fits reader written in pure rust. It is designed to be the backend of [rustfits-web](https://github.com/kazewong/rustfits-web) ## Features/RoadMap - [x] Read conforming header - [ ] Format Image data - [ ] Format ASCII table - [ ] Format Binary table