1// This file is part of the uutils coreutils package.
2//
3// For the full copyright and license information, please view the LICENSE
4// file that was distributed with this source code.
5#[macro_use]
6pub mod macros;
7pub mod random;
8pub mod util;