cocomo-core 0.0.1

COmpare, COpy & MOve directories and files [core library].
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// ---------------------------------------------------------------------------
// Copyright:   (c) 2022 ff. Michael Amrhein (michael@adrhinum.de)
// License:     This program is part of a larger application. For license
//              details please read the file LICENSE.TXT provided together
//              with the application.
// ---------------------------------------------------------------------------
// $Source: cocomo-core/src/lib.rs $
// $Revision: 2022-06-01T08:44:48+02:00 $

mod fs_item;

pub use fs_item::{FSItem, ItemType};