saja 0.1.0

Zero-configuration C build system
# 사자 saja

|(˚. 。7     사자처럼 포효해 봐, 아기 고양이야!  
|、˜〵  
じし ˍ,)ノ  

---

saja is a build system for C. ready to start?

```console
$ saja init
```

there, all done!


## extensions

saja comes with two extensions to C:

- a `public` attribute to export items from a module
- a `#pragma use` directive to import an item from a module

currently, it only works with clang.

for an example, see [./example](./example).


## installation

```console
$ cargo install saja
```