1 2 3 4 5 6
//! `trueno-quant` has moved to `aprender-quant`. //! //! This crate re-exports `aprender-quant` for backward compatibility. //! New code should depend on `aprender-quant` directly. pub use trueno_quant::*;