An open API service indexing awesome lists of open source software.

https://github.com/pistonite/ninja-writer

An ergonmic Rust library for writing ninja files
https://github.com/pistonite/ninja-writer

ninja ninja-build ninja-syntax

Last synced: about 1 month ago
JSON representation

An ergonmic Rust library for writing ninja files

Awesome Lists containing this project

README

        

# ninja-writer
![Build Badge](https://img.shields.io/github/actions/workflow/status/Pistonite/ninja-writer/rust.yml)
![Version Badge](https://img.shields.io/crates/v/ninja-writer)
![License Badge](https://img.shields.io/github/license/Pistonite/ninja-writer)
![Issue Badge](https://img.shields.io/github/issues/Pistonite/ninja-writer)

Library for writing [ninja](https://ninja-build.org) build files with a focus on
ergonomics and simplicity.

## Why another?
I found existing libraries poorly documented, and I want to explore
and learn the syntax for ninja myself.

## Usage
See [documentation](https://docs.rs/ninja-writer).

## Contribution
Contributions are welcomed. Please open issues and PRs :)