Cargo, but for C/C++
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: