Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: cargo: gag

Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported.
12 versions
Latest release: almost 3 years ago
55 dependent packages
1,167,854 downloads total

View more package details: https://packages.ecosyste.ms/registries/crates.io/packages/gag

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/Stebalien%2Fgag-rs

Dependent Repos 617

diem/diem
Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
  • 0.1.10 Cargo.lock
  • 0.1.10 config/Cargo.lock

Size: 119 MB - Last synced: 4 months ago - Pushed: 4 months ago

filips123/PWAsForFirefox
A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox
  • 1.0.0 native/Cargo.lock
  • 1.0.0 native/Cargo.toml

Size: 2.05 MB - Last synced: 24 days ago - Pushed: 24 days ago

gBaGu/velas-chain Fork of velas/velas-chain
  • 0.1.10 Cargo.lock
  • 0.1.10 local-cluster/Cargo.toml

Size: 140 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

karneges/solana-fork
  • 1.0.0 Cargo.lock

Size: 296 MB - Last synced: about 1 month ago - Pushed: about 1 year ago

rh0108/rh0108
Config files for my GitHub profile.
  • 1.0.0 Cargo.lock

Size: 19 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

DappioLab/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 340 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

wurtulla/wurtulla
  • 1.0.0 Cargo.lock

Size: 270 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

sanjsingh07/private-blockchain
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 202 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

1111-1993/solana
  • 1.0.0 Cargo.lock

Size: 588 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

Candlerf/NEWNEWNEW
  • 1.0.0 Cargo.lock

Size: 20.9 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

GBC-AI/solana
  • 0.1.10 Cargo.lock
  • 0.1.10 local-cluster/Cargo.toml

Size: 79 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

Avnshrai/solana-main
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 11.1 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

DevNulPavel/rust_examples
  • 1.0.0 tikv/Cargo.lock
  • 1.0 tikv/cmd/tikv-ctl/Cargo.toml

Size: 90.4 MB - Last synced: 3 days ago - Pushed: 4 days ago

iTrooz/PWAsForFirefox Fork of filips123/PWAsForFirefox
A tool to install, manage and use Progressive Web Apps (PWAs) in Mozilla Firefox
  • 1.0.0 native/Cargo.lock

Size: 1.68 MB - Last synced: 6 months ago - Pushed: 6 months ago

joeaba/solana-new
  • 0.1.10 Cargo.lock
  • 0.1.10 local-cluster/Cargo.toml

Size: 10.2 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

behzadnouri/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 411 MB - Last synced: 8 days ago - Pushed: 8 days ago

violas-core/Violas
Violas Core implements a decentralized, programmable database which provides a network infrastructure that forked from Diem core.
  • 0.1.10 Cargo.lock
  • 0.1.10 language/diem-tools/oncall-trainer/Cargo.toml

Size: 86.4 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

ngocbv/renec
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 291 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

apache/incubator-horaedb
Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.
  • 1.0.0 Cargo.lock

Size: 10.4 MB - Last synced: 4 days ago - Pushed: 9 days ago

input-output-hk/catalyst-toolbox
Catalyst Tools, cli's and scripts related
  • 1.0.0 Cargo.lock
  • 1 catalyst-toolbox/Cargo.toml

Size: 3.25 MB - Last synced: 7 days ago - Pushed: 7 days ago

blockworks-foundation/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 429 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

coin1111/ollibra
  • 0.1.10 Cargo.lock
  • 0.1.10 language/diem-tools/oncall-trainer/Cargo.toml

Size: 60.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

feller0107/solana-com
Our unit-test suite is how we encode the set of problems the codebase solves. Running the test suite should indicate that your change didn't infringe on anyone else's solutions. Adding a test protects your solution from future changes. Say you don't understand why a line of code exists, try deleting it and running the unit-tests. The nearest test failure should tell you what problem was solved by that code. If no test fails, go ahead and submit a Pull Request that asks, "what problem is solved by this code?" On the other hand, if a test does fail and you can think of a better way to solve the same problem, a Pull Request with your solution would most certainly be welcome! Likewise, if rewriting a test can better communicate what code it's protecting, please send us that patch!
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 273 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

swiboe/swiboe
The text editor for the next 25 years.
  • 0.1.10 term_gui/Cargo.lock

Size: 31.1 MB - Last synced: 7 months ago - Pushed: about 1 year ago

twitter/ccommon
Cache Commons
  • 0.1.10 rust/ccommon-rs/Cargo.toml

Size: 1.23 MB - Last synced: 16 days ago - Pushed: over 1 year ago

lasthyphen/dijets
  • 0.1.10 Cargo.lock

Size: 9.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

leviticus-top/solana
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 66.1 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

nsclass/tikv Fork of tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
  • 1.0.0 Cargo.lock
  • 1.0 components/tikv_util/Cargo.toml

Size: 82.1 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

velas/velas-chain
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 165 MB - Last synced: 12 days ago - Pushed: 12 days ago

twitter/pelikan
Pelikan is Twitter's unified cache backend
  • 0.1.10 legacy/deps/ccommon/rust/ccommon-rs/Cargo.toml

Size: 11 MB - Last synced: 16 days ago - Pushed: 8 months ago

panicbit/bouncingball
A bouncing ball implemented in Rust
  • 0.1.6 Cargo.lock

Size: 113 KB - Last synced: about 1 year ago - Pushed: almost 9 years ago

panicbit/hangman
A hangman game written in Rust
  • 0.1.10 Cargo.lock

Size: 4.88 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago

panicbit/game_of_life
A Game of Life implementation in Rust
  • 0.1.10 Cargo.lock

Size: 7.81 KB - Last synced: about 1 year ago - Pushed: over 4 years ago

freiguy1/rust-roller
Terminal based tabletop RPG dice rolling application written in rust
  • 0.1.10 Cargo.lock

Size: 43.9 KB - Last synced: 9 months ago - Pushed: over 2 years ago

yazgoo/youtube-subscriptions
terminal client to browse youtube subscriptions
  • 0.1.10 Cargo.lock

Size: 544 KB - Last synced: 21 days ago - Pushed: 4 months ago

gregcusack/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 local-cluster/Cargo.toml
  • 1.0.0 Cargo.lock

Size: 415 MB - Last synced: 10 days ago - Pushed: 11 days ago

axleiro/solana-main
  • 0.1.10 Cargo.lock
  • 0.1.10 local-cluster/Cargo.toml

Size: 10.4 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

FuelLabs/sway
🌴 Empowering everyone to build reliable and efficient smart contracts.
  • 1.0.0 Cargo.lock

Size: 71 MB - Last synced: 3 days ago - Pushed: 3 days ago

Solwei/Solvi
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 132 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

salmanbao/alienloop
Alien Loop
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 12.4 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

koverstreet/bcachefs-tools Fork of thoughtpolice/bcachefs-tools
http://bcachefs.org
  • 1.0.0 rust-src/bch_bindgen/Cargo.lock

Size: 8.78 MB - Last synced: 3 days ago - Pushed: 3 days ago

r0xsh/libra Fork of diem/diem
Libra’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
  • 0.1.10 Cargo.lock

Size: 104 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

shawgerj/tikv2
  • 0.1.10 Cargo.lock

Size: 45.7 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

steviez/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock

Size: 415 MB - Last synced: 8 days ago - Pushed: 8 days ago

Huachao/ceresdb Fork of apache/incubator-horaedb
CeresDB is a high-performance, distributed, cloud native time-series database that can handle both time-series and analytics workloads.
  • 1.0.0 Cargo.lock
  • 1.0 common_util/Cargo.toml

Size: 2.95 MB - Last synced: 10 days ago - Pushed: over 1 year ago

ahabhgk/sass-embedded-host-rust
🦐 A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.
  • 1 Cargo.toml

Size: 3.17 MB - Last synced: 20 days ago - Pushed: 5 months ago

ANIMAgus-minerva/connect
  • 1.0.0 Cargo.lock
  • * Cargo.toml

Size: 663 KB - Last synced: over 1 year ago

unmatched-paren/rascal-boot
A fork of https://github.com/tylerlaberge/rascal focused on extending it to the point where it can bootstrap Free Pascal.
  • 1 Cargo.toml

Size: 699 KB - Last synced: over 1 year ago

kuncicoin/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 326 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

haroldsphinx/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 248 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

JeffreyBodin/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 302 MB - Last synced: 24 days ago - Pushed: about 1 year ago

Blockdaemon/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 324 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

forbole/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 0.1.10 Cargo.lock
  • 0.1.10 local-cluster/Cargo.toml

Size: 287 MB - Last synced: 21 days ago - Pushed: about 1 year ago

mrgnresearch/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 389 MB - Last synced: 20 days ago - Pushed: 20 days ago

pgarg66/solana Fork of anza-xyz/agave
Blockchain, Rebuilt for Scale
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 351 MB - Last synced: 3 days ago - Pushed: 3 days ago

Tiamat-Tech/dotenv-linter Fork of dotenv-linter/dotenv-linter
⚡️Lightning-fast linter for .env files. Written in Rust 🦀
  • 1.0.0 Cargo.lock

Size: 772 KB - Last synced: 25 days ago - Pushed: 25 days ago

bhaskarvilles/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 326 MB - Last synced: 24 days ago - Pushed: about 1 year ago

ChorusOne/solana Fork of solana-labs/solana
Blockchain Rebuilt for Scale
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 407 MB - Last synced: 27 days ago - Pushed: 27 days ago

Varshans2/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 266 MB - Last synced: 20 days ago - Pushed: 20 days ago

imotai/tikv Fork of tikv/tikv
Distributed transactional key-value database, originally created to complement TiDB
  • 1.0.0 Cargo.lock
  • 1.0 components/tikv_util/Cargo.toml

Size: 90.2 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

QuarryProtocol/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock
  • 1.0.0 local-cluster/Cargo.toml

Size: 243 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

neonlabsorg/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 0.1.10 Cargo.lock

Size: 407 MB - Last synced: 12 months ago - Pushed: 12 months ago

git-sgmoore/solana Fork of solana-labs/solana
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
  • 1.0.0 Cargo.lock

Size: 249 MB - Last synced: about 1 year ago - Pushed: about 1 year ago