1// Copyright (C) Call of Nil contributors 2// SPDX-License-Identifier: AGPL-3.0-only 3 4mod mul_ceil; 5 6pub use mul_ceil::MulCeil;