{"id":58431,"library":"notify-debouncer-mini","title":"Notify Debouncer Mini","description":"A minimal debouncer for file system events, reducing the frequency of notifications from the notify crate.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/notify-rs/notify","tags":["filesystem","events","debouncer","notify","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnotify-debouncer-mini = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add notify-debouncer-mini","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"new_debouncer","correct":"use notify_debouncer_mini::new_debouncer;"}],"quickstart":{"code":"use notify_debouncer_mini::new_debouncer;\nuse notify::RecursiveMode;\nuse std::time::Duration;\n\nlet mut debouncer = new_debouncer(Duration::from_secs(2), |result| {\n    match result {\n        Ok(events) => println!(\"Events: {:?}\", events),\n        Err(e) => eprintln!(\"Error: {:?}\", e),\n    }\n}).unwrap();\ndebouncer.watcher().watch(\"/path/to/watch\", RecursiveMode::Recursive).unwrap();\nstd::thread::sleep(Duration::from_secs(10));","lang":"rust","description":"Creates a debouncer that batches file system events every 2 seconds."},"warnings":[{"fix":"Add notify to your Cargo.toml and ensure the 'macos_fsevent' feature is enabled for macOS.","message":"Requires the notify crate as a dependency with the default feature 'macos_fsevent' on macOS.","severity":"gotcha","affected_versions":">=0.7.0"}],"env_vars":null,"search_vec":"'async':24 'crate':19 'debounc':2,6,22 'event':10,21 'file':8 'filesystem':20 'frequenc':13 'mini':3 'minim':5 'notif':15 'notifi':1,18,23 'reduc':11 'system':9","created_at":"2026-06-16T16:23:45.773961+00:00","updated_at":"2026-06-16T16:23:45.773961+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/notify-rs/notify","github":"https://github.com/notify-rs/notify","docs":"https://docs.rs/notify-debouncer-mini/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}