Commit Graph

5 Commits

Author SHA1 Message Date
houseme 09e8bc8f02 fix 2025-06-18 23:46:55 +08:00
houseme 9339093638 init event crate 2025-06-10 09:59:49 +08:00
houseme 4199bf2ba4 modify crates name 2025-06-06 11:14:36 +08:00
houseme dee19fdc35 improve code for event 2025-05-25 17:52:22 +08:00
houseme c6de1ae994 feat: rename crate from rustfs-event-notifier to rustfs-event
This change simplifies the crate name to better reflect its core functionality
as the event handling system for RustFS. The renamed package maintains all
existing functionality while improving naming consistency across the project.

- Updated all imports and references to use the new crate name
- Maintained API compatibility with existing implementations
- Updated tests to reflect the name change
2025-05-19 17:23:17 +08:00