1// Copyright (C) 2020 Daniel Mueller <deso@posteo.net> 2// SPDX-License-Identifier: GPL-3.0-or-later 3 4mod round; 5 6pub use round::round_up;