findit-rs 0.1.0

A fast, lightweight command-line filesystem search tool
1
2
3
4
5
6
7
#![allow(dead_code)]

use std::sync::{Mutex, OnceLock};

pub static IGNORE_FILE_PATH: OnceLock<Mutex<String>> = OnceLock::new();

pub mod update;