1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is part of the uutils coreutils package.
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// mods ~ cross-platforms modules (core/bundler file)

pub mod backup_control;
pub mod display;
pub mod error;
pub mod line_ending;
pub mod os;
pub mod panic;
pub mod ranges;
pub mod update_control;
pub mod version_cmp;
// dir and vdir also need access to the quoting_style module
pub mod quoting_style;