Expand description
Development workflow for Rust-native rpi extensions.
rpi dev detects a Cargo cdylib, builds it, stages a uniquely named copy
under .rpi/extensions/.dev, and optionally watches its source tree. Unique
staging directories are required on Windows because a loaded DLL cannot be
overwritten until the old Library handle is released by /reload.