Skip to content

Latest commit

History

History
13 lines (7 loc) 路 753 Bytes

UPGRADING_V4_TO_V5.md

File metadata and controls

13 lines (7 loc) 路 753 Bytes

Upgrading from notify v4 to v5

This guide documents changes between v4 and v5 for upgrading existing code.

Notify v5 only contains precise events. Debouncing is done by a separate crate notify-debouncer-mini.

If you've used the default debounced API, please see here for an example.

For precise events you can see here.

Notify v5 by default uses crossbeam-channel internally. You can disable this (required for tokio) as documented in the crate.

Plattform support in v5 now includes BSD and kqueue on macos in addition to fsevent.