Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 450 Bytes

File metadata and controls

12 lines (8 loc) · 450 Bytes

Contributing to ewwii

General things to keep in mind:

  • Run cargo fmt for formatting your code.
  • Always do PR (Pull Request) to iidev branch if it is a new feature.

Codebase

  • 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)