Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/razel
A Rust-based build system heavily inspired by Bazel.
https://github.com/dgp1130/razel
Last synced: about 2 months ago
JSON representation
A Rust-based build system heavily inspired by Bazel.
- Host: GitHub
- URL: https://github.com/dgp1130/razel
- Owner: dgp1130
- Created: 2024-10-19T21:19:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T05:22:48.000Z (3 months ago)
- Last Synced: 2024-10-30T08:56:53.206Z (3 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Razel
A Rust-based build system heavily inspired by [Bazel](https://bazel.build).
This is really just having fun learning Rust and replicating an interesting
design in Bazel with potential some tweaks to make it more ergonomic for web
developers.