From 9a581b28e6cae9887f9e064ffb886a625832fd6f Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 2 Jul 2023 10:35:15 +0100 Subject: [PATCH] Fix various moved repos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90b6b7c..59f8556 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ See also [Rust β€” Production](https://www.rust-lang.org/production) organizatio * [artemis](https://github.com/paradigmxyz/artemis) - A simple, modular, and fast framework for writing MEV bots in Rust. * [beerus](https://github.com/keep-starknet-strange/beerus) - Beerus is a trustless StarkNet Light Client, ⚑blazing fast ⚑ and powered by Rust πŸ¦€ [![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus/actions/workflows/test.yml) * [Bitcoin Satoshi's Vision](https://github.com/brentongunning/rust-sv) [[sv](https://crates.io/crates/sv)] β€” A Rust library for working with Bitcoin SV . -* [cairo](https://github.com/starkware-libs/cairo) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://www.starknet.io/), a ZK-Rollup using STARK proofs ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github) -* [cairo-rs](https://github.com/lambdaclass/cairo-rs) β€” Rust implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/lambdaclass/cairo-rs/actions/workflows/rust.yml) +* [cairo](https://github.com/starkware-libs/cairo) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://www.starknet.io/en), a ZK-Rollup using STARK proofs ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github) +* [cairo-vm](https://github.com/lambdaclass/cairo-vm) β€” Rust implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-vm/actions/workflows/rust.yml/badge.svg)](https://github.com/lambdaclass/cairo-vm/actions/workflows/rust.yml) * [ChainX](https://github.com/chainx-org/ChainX) β€” Fully Decentralized Interchain Crypto Asset Management on Polkadot. * [CITA](https://github.com/citahub/cita) β€” A high performance blockchain kernel for enterprise users. * [coinbase-pro-rs](https://github.com/inv2004/coinbase-pro-rs) β€” Coinbase pro client in Rust, supports sync/async/websocket @@ -917,10 +917,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [starship/starship](https://starship.rs/) [[starship](https://crates.io/crates/starship)] β€” A minimal, blazing fast, and extremely customizable prompt for any shell [![Build status](https://github.com/starship/starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/starship/starship/actions) * [ynqa/promkit](https://github.com/ynqa/promkit) [[promkit](https://crates.io/crates/promkit)] β€” A toolkit for building interactive command-line tools [![Build status](https://github.com/ynqa/promkit/workflows/promkit/badge.svg?branch=master)](https://github.com/ynqa/promkit/actions) * Style + * [colored](https://github.com/colored-rs/colored) [[colored](https://crates.io/crates/colored)] β€” Coloring terminal so simple, you already know how to do it! * [console-rs/dialoguer](https://github.com/console-rs/dialoguer) [[dialoguer](https://crates.io/crates/dialoguer)] β€” A rust library for command line prompts and similar things. * [LukasKalbertodt/bunt](https://github.com/LukasKalbertodt/bunt) [[bunt](https://crates.io/crates/bunt)] β€” cross-platform terminal colors and styling with macros [![Build status](https://github.com/LukasKalbertodt/bunt/actions/workflows/ci.yml/badge.svg)](https://github.com/LukasKalbertodt/bunt/actions?query=workflow%3ACI+branch%3Amaster) * [LukasKalbertodt/term-painter](https://github.com/LukasKalbertodt/term-painter) [[term-painter](https://crates.io/crates/term-painter)] β€” cross-platform styled terminal output - * [mackwic/colored](https://github.com/mackwic/colored) [[colored](https://crates.io/crates/colored)] β€” Coloring terminal so simple, you already know how to do it! * [ogham/rust-ansi-term](https://github.com/ogham/rust-ansi-term) [[ansi_term](https://crates.io/crates/ansi_term)] β€” control colours and formatting on ANSI terminals * [SergioBenitez/yansi](https://github.com/SergioBenitez/yansi) [[yansi](https://crates.io/crates/yansi)] β€” A dead simple ANSI terminal color painting library * TUI