Compare commits

...

6 Commits

Author SHA1 Message Date
Tom Parker-Shemilt c78419e980
Merge pull request #1660 from shaharyarahmed-bot/main
Add envio-cli/envio
2024-02-12 10:21:02 +00:00
Shaharyar Ahmed 331ce2b4ca
Update links 2024-02-12 14:34:55 +05:00
Shaharyar Ahmed 5c19a550fe
Fix links 2024-02-12 14:32:19 +05:00
Shaharyar Ahmed a2a1fe6440
Add envio-cli/envio 2024-02-12 13:01:37 +05:00
Tom Parker-Shemilt c98a69cfa4
Merge pull request #1658 from nazar-pc/patch-1
Rename "Cryptocurrencies" section to "Blockchain"
2024-02-09 23:51:45 +00:00
Nazar Mokrynskyi 4cf82e710e
Rename "Cryptocurrencies" section to "Blockchain" 2024-02-09 21:39:33 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Applications](#applications)
* [Audio and Music](#audio-and-music)
* [Cryptocurrencies](#cryptocurrencies)
* [Blockchain](#blockchain)
* [Database](#database)
* [Emulators](#emulators)
* [File manager](#file-manager)
@ -171,7 +171,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
* [termusic](https://github.com/tramhao/termusic) - Music Player TUI written in Rust
* [WhatBPM](https://github.com/sergree/whatbpm) — A daily statically generated information resource for electronic dance music producers. Provides daily analytics on the most frequently used values for each EDM genre: tempos, keys, root notes, and so on, using publicly available data such as Beatport and Spotify. ![Continuous Integration](https://github.com/sergree/whatbpm/actions/workflows/website_build_deploy.yml/badge.svg?branch=main)
### Cryptocurrencies
### Blockchain
* [artemis](https://github.com/paradigmxyz/artemis) - A simple, modular, and fast framework for writing MEV bots in Rust.
* [beerus](https://github.com/eigerco/beerus) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ and powered by Rust 🦀 [![GitHub Workflow Status](https://github.com/eigerco/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/eigerco/beerus/actions/workflows/test.yml)
@ -577,6 +577,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
* [datanymizer/datanymizer](https://github.com/datanymizer/datanymizer) - Powerful database anonymizer with flexible rules [![build badge](https://github.com/datanymizer/datanymizer/workflows/CI/badge.svg?branch=main)](https://github.com/datanymizer/datanymizer/actions?query=workflow%3ACI+branch%3Amain)
* [delta](https://crates.io/crates/git-delta) — A syntax-highlighter for git and diff output[![build badge](https://github.com/dandavison/delta/workflows/Continuous%20Integration/badge.svg)](https://github.com/dandavison/delta//actions)
* [dotenv-linter](https://github.com/dotenv-linter/dotenv-linter) — Linter for `.env` files [![build badge](https://github.com/dotenv-linter/dotenv-linter/workflows/CI/badge.svg?branch=master)](https://github.com/dotenv-linter/dotenv-linter/actions?query=workflow%3ACI+branch%3Amaster)
* [envio-cli/envio](https://github.com/envio-cli/envio) - A Modern And Secure CLI Tool For Managing Environment Variables [![build badge](https://github.com/envio-cli/envio/actions/workflows/CICD.yml/badge.svg?branch=main)](https://github.com/envio-cli/envio/actions/workflows/CICD.yml)
* [frolic](https://github.com/FrolicOrg/Frolic) — An API layer to build customer facing dashboards 10x faster
* [fw](https://github.com/brocode/fw) — workspace productivity booster [![Rust](https://github.com/brocode/fw/actions/workflows/rust.yml/badge.svg)](https://github.com/brocode/fw/actions/workflows/rust.yml)
* [geiger](https://github.com/geiger-rs/cargo-geiger) — A program that list statistics related to usage of unsafe Rust code in a Rust crate and all its dependencies [![Build Status](https://dev.azure.com/cargo-geiger/cargo-geiger/_apis/build/status/geiger-rs.cargo-geiger?branchName=master)](https://dev.azure.com/cargo-geiger/cargo-geiger/_build/latest?definitionId=1&branchName=master)