I made rust's cargo copy but for CPP

· devtools coding open-source · Source ↗

TLDR

  • CRow is a Rust-written build system for C/C++ with a crow.toml config, built-in dependency manager, and crow new/crow run CLI.

Key Takeaways

  • Single config file crow.toml aims to reduce C++ build setup friction compared to CMake or Makefiles.
  • Install via pre-built binaries from Releases or cargo install --path . from source.
  • crow new my_project scaffolds a new project; crow run executes it, mirroring Cargo’s UX directly.
  • Written in Rust, distributed under MIT license, early-stage with contributor guidelines and code of conduct in place.

Hacker News Comment Review

  • No substantive HN discussion yet.

Original | Discuss on HN