Expand description
File system events and service.
§Events
Events this extension provides.
§Services
Services this extension provides.
§Crate
This crate is part of the zng project.
§Cargo Features
This crate provides 4 feature flags, 0 enabled by default.
§"json"
Enable JSON helpers.
§"yaml"
Enable YAML helpers.
§"toml"
Enable TOML helpers.
§"ron"
Enable RON helpers.
Modules§
- fs_
event - File system change event types.
Structs§
- FsChange
- Represents a single file system change, annotated.
- FsChange
Note Handle - Handle that holds a
WATCHER.annotatenote. - FsChanges
Args FS_CHANGES_EVENTarguments.- WATCHER
- File system watcher service.
- Watch
File - Represents an open read-only file provided by
WATCHER.read. - Watcher
Handle - Represents an active file or directory watcher in
WATCHER. - Watcher
Sync Write Note - Annotation for file watcher events and var update tags.
- Write
File - Represents an open write file provided by
WATCHER.sync.
Enums§
- Watch
File Parse Error - Error for
WatchFile::parse.
Statics§
- FS_
CHANGES_ EVENT - Event sent by the
WATCHERservice on directories or files that are watched.
Traits§
- FsChange
Note - Represents a
FsChangenote. - Watcher
Read Status - Represents a status type for
WATCHERread-only operations. - Watcher
Sync Status - Represents a status type for
WATCHER.sync_status.