General things to keep in mind:
- Run
cargo fmtfor formatting your code. - Always do PR (Pull Request) to iidev branch if it is a new feature.
crates/ewwii: Core of ewwii (ipc, daemon, options, rt engine, gtk, etc.)crates/rhai_impl: Rhai implementation (parsing, modules, poll/listen handlers)crates/shared_utils: Utility functions shared between rhai and ewwii (spans, helpers)