HN On Hacker News ↗
GitHub - user-with-username/crow: Lightweight C/CPP build system written in Rust
Pangram verdict · v3.3
We believe that this document is fully human-written
44 %
AI likelihood · overall
Human 100% human-written
0% AI-generated
Analyzed
May 13
backend: pangram/v3.3
Segments scanned
1 windows
avg 72 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3
Article text · 72 words · 1 segments analyzed
Human
AI-generated
§1 Mixed · 44%
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 crow run
Community We welcome contributions! Please read our:
Contributor Guidelines Code of Conduct
License MIT