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
- Host: GitHub
- URL: https://github.com/pistonite/ninja-writer
- Owner: Pistonite
- License: mit
- Created: 2023-12-08T12:30:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:44:09.000Z (7 months ago)
- Last Synced: 2025-03-25T07:23:51.327Z (about 2 months ago)
- Topics: ninja, ninja-build, ninja-syntax
- Language: Rust
- Homepage: https://docs.rs/ninja-writer
- Size: 41 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :)