SkillAgentSearch skills...

Rsfitsio

Rust re-write of cfitsio

Install / Use

/learn @cruzzil/Rsfitsio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Crates.io CI Documentation codecov Dependency status

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.

C API Compatibility

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.

cfitsio Repo

cfitsio Homepage

Fits File Standard

Non-Goals

  • VAX / VMS / ALPHA Support
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Rust

Security Score

67/100

Audited on Nov 25, 2025

No findings