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 6mod files; 7mod watch; 8 9pub use watch::{Observer, follow};