{"id":29552592,"url":"https://github.com/markcda/fs-change-notifier","last_synced_at":"2026-01-20T17:35:50.142Z","repository":{"id":302354127,"uuid":"1012168384","full_name":"markcda/fs-change-notifier","owner":"markcda","description":"Simple library to watch file changes inside given directory","archived":false,"fork":false,"pushed_at":"2025-07-14T22:24:17.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-15T01:36:50.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markcda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-01T23:37:00.000Z","updated_at":"2025-07-14T22:24:05.000Z","dependencies_parsed_at":"2025-07-01T23:46:25.471Z","dependency_job_id":"d82b2eea-4123-4840-9bb3-9a038b386fe2","html_url":"https://github.com/markcda/fs-change-notifier","commit_stats":null,"previous_names":["markcda/fs-change-notifier"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/markcda/fs-change-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcda%2Ffs-change-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcda%2Ffs-change-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcda%2Ffs-change-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcda%2Ffs-change-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markcda","download_url":"https://codeload.github.com/markcda/fs-change-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markcda%2Ffs-change-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265703763,"owners_count":23814073,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-18T05:11:12.895Z","updated_at":"2026-01-20T17:35:50.135Z","avatar_url":"https://github.com/markcda.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fs-change-notifier\n\nSimple library to watch file changes inside given directory.\n\nUsage example:\n\n```rust\nuse fs_change_notifier::{create_watcher, match_event, RecursiveMode};\n\nlet root = PathBuf::from(\".\");\nlet (mut wr, rx) = create_watcher(|e| log::error!(\"{e:?}\")).unwrap();\nwr.watch(\u0026root, RecursiveMode::Recursive).unwrap();\nloop {\n    tokio::select! {\n        _ = your_job =\u003e {},\n        _ = match_event(\u0026root, rx, \u0026exclude) =\u003e {\n            // do your logic on fs update\n        },\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkcda%2Ffs-change-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkcda%2Ffs-change-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkcda%2Ffs-change-notifier/lists"}