| Crates.io | fitrs |
| lib.rs | fitrs |
| version | 0.5.0 |
| created_at | 2018-04-10 08:21:33.929074+00 |
| updated_at | 2019-10-31 06:00:42.856585+00 |
| description | Parse FITS file in pure rust |
| homepage | https://github.com/malikolivier/fitrs |
| repository | https://github.com/malikolivier/fitrs |
| max_upload_size | |
| id | 59838 |
| size | 178,804 |
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.
You can refer to the online doc.
See the tests and benchmarks in the repository for more examples how to use.