GitHub - AI314159/Seastar: A simple, unified build system inspired by Cargo for C, C++, and maybe Rust
Seastar
Seastar is a fast, extensible build system for C, C++, and maybe soon, Rust and Zig as well.
I believe that it should be easy to make, prototype, and iterate upon designs.
While C is still one of our most widely used languages, it makes it hard to create
programs easily, especially for beginners. Instead, Seastar aims to be more like
Rust's tooling with cargo, but supporting seamless compilation across more languages.
Running
Seastar is very simple to build and run. Assuming you have Car...
Read more at github.com