//! Astronomical units of length.
//!
//! This module contains predefined newtypes for units of length used in
//! astronomy as defined by the International Astronomical Union ([IAU]).
//! The base unit is the meter.
//!
//! [IAU]: https://www.iau.org/
use Length;
use crate::;
use ;
make_unit!;
make_unit!;
make_unit!;
make_unit!;
make_unit!;