1 2 3 4 5 6 7
//! Crate for reading and manipulating `NITF` files /// General `NIFT` interface functions and types pub mod nitf; /// Functions and types specific to `SICD` files pub mod sicd;