rsfitsio 0.462.4

Rust bindings for the CFITSIO library, providing access to FITS files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%.0f  ->  {:.0}

%d  ->  {}

%3d -> {:>3}


%lu -> {}

%.8s -> {:.8}

%.*f -> {:.*} 

%.1E -> {:.1E}