You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
czkawka/czkawka_core/src/lib.rs

13 lines
243 B
Rust

pub mod big_file;
pub mod duplicate;
pub mod empty_folder;
pub mod common;
pub mod common_directory;
pub mod common_extensions;
pub mod common_items;
pub mod common_messages;
pub mod common_traits;
pub const CZKAWKA_VERSION: &str = "0.1.3";