Crates.io | rsfitsio |
lib.rs | rsfitsio |
version | 0.462.7 |
created_at | 2025-03-20 12:52:13.616631+00 |
updated_at | 2025-08-04 14:41:11.576662+00 |
description | Rust bindings for the CFITSIO library, providing access to FITS files. |
homepage | |
repository | https://github.com/petesmc/rsfitsio |
max_upload_size | |
id | 1599179 |
size | 12,416,157 |
Rust rewrite of cfitsio.
This is a line for line translation of cfitsio, attempting to keep it as compatible as possible and synced with the main repo. The repo exposes a compatible C API.
There are many safety issues to still deal with and we do not support all the targets that the original C code does.
This library exposes the complete cfitsio C API with one exception:
CUnit2FITS()
- This function is not exposed as it is primarily used for Fortran wrapper support, which is not supported in this Rust implementation.All other 662 C API functions from cfitsio are available.