Skip to main content

Module dev_workspace

Module dev_workspace 

Source
Expand description

Runtime detection of whether the running doido / doido-generators binary lives inside a local Doido framework checkout (path deps) or is an isolated / published install (crates.io version deps matching this binary’s release).

Structs§

DependencyMode
How generated apps should depend on first-party doido-* crates.

Functions§

find_dev_workspace_root
Walks upward from the running executable until a Doido workspace is found.
is_doido_workspace
Returns the workspace root when path looks like a Doido framework checkout.