GitHub - user-with-username/crow: Lightweight C/CPP build system written in Rust

1 min read Original article ↗

Cargo, but for C/C++

CRow Logo


Overview

CRow is a build system for C++ designed for developers who want:

  • Simple configuration (just crow.toml)
  • Fast builds
  • Built-in dependency manager

Quick Start

Install

  • Pre-built binaries: Download from Releases
  • Build from source:
git clone https://github.com/user-with-username/crow
cd crow
cargo install --path .

Create a project

crow new my_project && cd my_project

Run


Community

We welcome contributions! Please read our:

License

MIT