All Projects → crev-dev → Cargo Crev

crev-dev / Cargo Crev

Licence: other
A cryptographically verifiable code review system for the cargo (Rust) package manager.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Cargo Crev

Radicle Alpha
A peer-to-peer stack for code collaboration
Stars: ✭ 921 (-27.37%)
Mutual labels:  p2p, decentralized, code
Enigma P2p
The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
Stars: ✭ 31 (-97.56%)
Mutual labels:  p2p, decentralized
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (-29.42%)
Mutual labels:  p2p, decentralized
Pulsarcast
A pub-sub system for the distributed web - my master thesis @ IST
Stars: ✭ 33 (-97.4%)
Mutual labels:  p2p, decentralized
Rust Ipfs
The InterPlanetary File System (IPFS), implemented in Rust.
Stars: ✭ 739 (-41.72%)
Mutual labels:  p2p, decentralized
Beaker
An experimental peer-to-peer Web browser
Stars: ✭ 6,411 (+405.6%)
Mutual labels:  p2p, decentralized
Vmesh
VMesh is a decentralized Layer 3 mesh router and protocol designed for open network interconnection.
Stars: ✭ 25 (-98.03%)
Mutual labels:  p2p, decentralized
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-93.38%)
Mutual labels:  p2p, decentralized
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (-93.61%)
Mutual labels:  p2p, decentralized
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-95.19%)
Mutual labels:  p2p, decentralized
Orbit Db
Peer-to-Peer Databases for the Decentralized Web
Stars: ✭ 6,381 (+403.23%)
Mutual labels:  p2p, decentralized
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-94.32%)
Mutual labels:  p2p, decentralized
Js Ipfs
IPFS implementation in JavaScript
Stars: ✭ 6,129 (+383.36%)
Mutual labels:  p2p, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+465.38%)
Mutual labels:  p2p, decentralized
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (-58.91%)
Mutual labels:  p2p, decentralized
Cabal Cli
Terminal client for Cabal, the p2p chat platform.
Stars: ✭ 479 (-62.22%)
Mutual labels:  p2p, decentralized
Fluence
Peer-to-peer computing protocol and licensing system
Stars: ✭ 453 (-64.27%)
Mutual labels:  p2p, decentralized
Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (-63.8%)
Mutual labels:  p2p, decentralized
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-96.85%)
Mutual labels:  p2p, decentralized
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (-9.46%)
Mutual labels:  p2p, decentralized

Travis CI Build Status crates.io crev matrix channel crev gitter channel

jesus, that's a lot of unsafe

cargo-crev

A cryptographically verifiable code review system for the cargo (Rust) package manager.

Introduction

Crev is a language and ecosystem agnostic, distributed code review system.

cargo-crev is an implementation of Crev as a command line tool integrated with cargo. This tool helps Rust users evaluate the quality and trustworthiness of their package dependencies.

Features

cargo-crev can already:

  • warn you about untrustworthy crates and security vulnerabilities,
  • display useful metrics about your dependencies,
  • help you identify dependency-bloat,
  • allow you to review most suspicious dependencies and publish your findings,
  • use reviews produced by other users,
  • increase trustworthiness of your own code,
  • build a web of trust of other reputable users to help verify the code you use,

and many other things with many more to come.

Getting started

Static binaries are available from the releases page.

Follow the cargo-crev - Getting Started Guide (more documentation available on docs.rs).

cargo-crev is a work in progress, but it should be usable at all times. Join our matrix or gitter channel, get help, report problems and feedback. Thank you!

Raise awareness

If you're supportive of the cause, we would appreciate helping to raise awareness of the project. Consider putting the below note in the README of your Rust projects:

It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
to verify the trustworthiness of each of your dependencies, including this one.

Thank you!

Changelog

Changelog can be found here: https://github.com/crev-dev/cargo-crev/blob/master/cargo-crev/CHANGELOG.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].