// devela::num::lin::vector
//
//! Linear algebra vectors.
//!
//! Vectors represent the difference between two positions.
//!
//! They are characterized by their *direction* and *magnitude*, and
//! their direction can be decomposed into *orientation* and *sense*.
//
// Vector*, NumVector
// #[cfg(feature = "alloc")]
// mod vec;
cratestructural_mods!