mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
c5ff1bbb6b
--------- Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
12 lines
259 B
Rust
12 lines
259 B
Rust
// Copyright 2017 Google Inc.
|
|
//
|
|
// Use of this source code is governed by a MIT-style
|
|
// license that can be found in the LICENSE file or at
|
|
// https://opensource.org/licenses/MIT.
|
|
|
|
pub mod find;
|
|
#[cfg(unix)]
|
|
pub mod locate;
|
|
pub mod updatedb;
|
|
pub mod xargs;
|