docs.rs failed to build cortenforge-tools-0.1.4
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.
Visit the last successful build:
cortenforge-tools-0.6.0
cortenforge-tools
(not published to crates.io)
Package name:
cortenforge-tools; Rust crate: cortenforge_tools.
CLI utilities packaged in the tools crate:
- Core (always available):
overlay_labels,prune_empty,warehouse_etl,warehouse_export,warehouse_cmd. - Feature-gated:
tui(enable--features tui): requirescrossterm/ratatui.datagen_scheduler(enable--features scheduler): requiressysinfo.gpu_nvidia(optional): pulls innvml-wrapperfor NVML-based telemetry (used by datagen_scheduler).
Shared deps:
data_contractsfor capture/manifest schemas.vision_corefor overlay helpers (used byoverlay_labels).
Usage examples:
cargo run -p cortenforge-tools --bin prune_empty -- --input ... --output ...cargo run -p cortenforge-tools --features tui --bin tui -- --helpcargo run -p cortenforge-tools --features scheduler --bin datagen_scheduler -- --help
Quick sanity check:
cargo check -p cortenforge-tools --all-features