17 releases

Uses old Rust 2015

0.5.0 Oct 31, 2019
0.4.2 Dec 2, 2018
0.4.0 Nov 18, 2018
0.1.2 Jul 2, 2018

#1495 in Parser implementations

Download history 23/week @ 2024-12-03 69/week @ 2024-12-10 5/week @ 2024-12-17 15/week @ 2025-02-04 21/week @ 2025-02-11 8/week @ 2025-02-18 43/week @ 2025-02-25 23/week @ 2025-03-04 6/week @ 2025-03-11 2/week @ 2025-03-18

75 downloads per month
Used in 5 crates (4 directly)

GPL-3.0 license

64KB
1.5K SLoC

FITRS

Build Status Documentation on docs.rs

DISCLAIMER: This lib is experimental and unstable. API changes will most probably occur.

Read/Write FITS file for astronomical use. Not all the features of the FITS standard are supported, but the basic features are there.

The objective is to make a lib to manage FITS files in pure rust, with as few dependencies as possible multi-threading in mind.

Documentation

You can refer to the online doc.

See the tests and benchmarks in the repository for more examples how to use.

Dependencies