//! Clifford algebra engine.
//!
//! Provides [`Signature`] (algebra definition), [`Mv`] (sparse multivector),
//! [`blade_product`] (the fundamental product), and all standard GA operations
//! in [`ops`].
pub use ;
pub use ;
pub use Mv;
pub use blade_product;
pub use Signature;