# FsNotify v0.1.2 - Table of Contents

> Cross-platform filesystem watcher for Elixir, backed by notify-rs via Rustler.

## Pages

- [FsNotify](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [FsNotify](FsNotify.md): Filesystem watcher backed by notify-rs (via Rustler).
- [FsNotify.Event](FsNotify.Event.md): A filesystem event delivered by a watcher as
`{:fs_notify_event, %FsNotify.Event{}}`, mirroring notify-rs's event: one
struct per event, carrying all affected `paths` (a reconciled rename carries
`[from, to]`).

