cocomo_core/lib.rs
1// ---------------------------------------------------------------------------
2// Copyright: (c) 2022 ff. Michael Amrhein (michael@adrhinum.de)
3// License: This program is part of a larger application. For license
4// details please read the file LICENSE.TXT provided together
5// with the application.
6// ---------------------------------------------------------------------------
7// $Source: cocomo-core/src/lib.rs $
8// $Revision: 2022-06-01T08:44:48+02:00 $
9
10mod fs_item;
11
12pub use fs_item::{FSItem, ItemType};