docs.rs failed to build rong_command-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
rong_command
Command execution APIs mounted on the Rong namespace.
JS APIs
Rong.spawn(...)- async subprocess wrapper with streams, timeouts, and exit hooksRong.spawnSync(...)- synchronous subprocess execution with capturedstdout/stderrRong.stdin/Rong.stdout/Rong.stderr- runtime stdio handles on theRongnamespaceRong.$- shell template tag with.text(),.json(),.lines(),.blob(),.run(),.quiet(),.nothrow(), and.cwd()