/*
* File: lib.rs
* Brief: Top level module for quickbits
*
* Copyright: Copyright (C) 2023-2024 John Jekel
* See the LICENSE file at the root of the project for licensing info.
*
*/
/* ------------------------------------------------------------------------------------------------
* Submodules
* --------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------
* Uses
* --------------------------------------------------------------------------------------------- */
pub use BitManip;