Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a

* [Applications](#applications)
* [Audio](#audio)
* [CI/CD Runners](#cicd-runners)
* [Container Engines](#container-engines)
* [Cryptocurrencies](#cryptocurrencies)
* [Database](#database)
Expand Down Expand Up @@ -139,6 +140,10 @@ See also [Friends of Rust](https://prev.rust-lang.org/en-US/friends.html) (Organ

* [indiscipline/zrtstr](https://github.com/indiscipline/zrtstr) — A command line utility for checking if stereo wav files are faux-stereo (i.e. have identical channels) and converting such files to mono. [<img src="https://api.travis-ci.org/indiscipline/zrtstr.svg?branch=master">](https://travis-ci.org/indiscipline/zrtstr)

### CI/CD Runners

* [Conveyor](https://github.com/sumant1122/Conveyor) — Fast, secure, local-first CI/CD pipelines with a real-time TUI. DAG workflows, cron triggers, and artifact management powered by Rust.

### Container Engines

* [Nucleus](https://github.com/sumant1122/Nucleus) — A high-performance, minimalistic container engine in Rust
Expand Down
Loading