Skip to content

Proposal: split Event structure into its own crate (notify-events?) #487

@passcod

Description

@passcod

This is a proposal to only split out the notify/src/event.rs file into its own crate, which would have no required dependencies, and serde only when the feature is enabled.

The Event struct and child enums are pretty infrequently changed, and it would be helpful to downstream crates/users to be able to use the notify event types without pulling the entire notify runtime.

My specific motivation is for a usage across an IPC or network barrier, where one side does the file watching and the other wants to deserialize into the proper types.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions