use crateValue;
/// A row of a table, seen as the columns it is made of.
///
/// The two kinds of FITS table store their values quite differently — one as
/// binary fields, the other as fixed-width text — but a row of either is a
/// sequence of named columns that decode to a [`Value`]. That is all the serde
/// deserializer needs, so it works over this rather than over one table kind.
pub