Skip to main content

Module entrypoint

Module entrypoint 

Source
Expand description

CLI entrypoint — shared between the gw and cw binaries.

Both binary targets (src/bin/gw.rs, src/bin/cw.rs) delegate to run. Keeping the logic here avoids compiling the same source file twice, which triggered Cargo’s “file present in multiple build targets” warning under the previous layout.

Functions§

run