/*
* SPDX-FileCopyrightText: 2024 Matteo Dell'Acqua
* SPDX-FileCopyrightText: 2025 Sebastiano Vigna
*
* SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
*/
pub use *;
pub use *;
use PrimitiveUnsigned;
/// A convenience trait bundling the bounds required for word types used as
/// backends for estimators, plus constants for zero and one (which avoid a
/// dependence from the [`num-traits`](https://crates.io/crates/num-traits)
/// crate).
impl_word!;