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 6pub mod common; 7 8pub use common::validation;