Cargo, but for C/C++
CRow is a build system for C++ designed for developers who want:
- Simple configuration (just
crow.toml) - Fast builds
- Built-in dependency manager
- Pre-built binaries: Download from Releases
- Build from source:
git clone https://github.com/user-with-username/crow
cd crow
cargo install --path .crow new my_project && cd my_projectWe welcome contributions! Please read our: