//! Nautical units of velocity.
//!
//! This module contains predefined newtypes for units of velocity used in
//! marine, air and space navigation. The base unit is the meter per second.
use Velocity;
use crate::;
use ;
make_unit!;
make_unit!;
make_unit!;
make_unit!;
pub type Knot = MilePerHour;