mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 00:02:13 +00:00
Create OSS implementations for all *_ee.rs files following the established pattern: - Copy function signatures from EE modules and call EE implementations - Re-export public structs, enums, and traits to maintain API compatibility - Enables seamless switching between Enterprise and Open Source builds Co-authored-by: diegoimbert <diegoimbert@users.noreply.github.com>
Windmill Worker
The worker. Used to process and execute flows & jobs.
This crate exposes both a library as well as a binary target.