All Projects → mcorbin → Meuse

mcorbin / Meuse

Licence: epl-2.0
A private Cargo crate registry, for Rust

Programming Languages

rust
11053 projects
clojure
4091 projects

Projects that are alternatives of or similar to Meuse

Alexandrie
An alternative crate registry, implemented in Rust.
Stars: ✭ 251 (+45.09%)
Mutual labels:  registry, cargo, crates
Naersk
Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly.
Stars: ✭ 193 (+11.56%)
Mutual labels:  cargo, crates
Semantic Rs
🚀 Automatic crate publishing done right
Stars: ✭ 162 (-6.36%)
Mutual labels:  cargo, crates
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Stars: ✭ 105 (-39.31%)
Mutual labels:  crates, cargo
cargo-esr
Extended Search & Ranking tool for crates.
Stars: ✭ 23 (-86.71%)
Mutual labels:  crates, cargo
crates
crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
Stars: ✭ 156 (-9.83%)
Mutual labels:  crates, cargo
naersk
Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @Patryk27]
Stars: ✭ 440 (+154.34%)
Mutual labels:  crates, cargo
Ktra
Your Little Cargo Registry
Stars: ✭ 147 (-15.03%)
Mutual labels:  registry, crates
cargo-trim
Binary application to clean up .cargo/registry & .cargo/git cache
Stars: ✭ 15 (-91.33%)
Mutual labels:  crates, cargo
kingslayer
A text-based adventure written in Rust
Stars: ✭ 28 (-83.82%)
Mutual labels:  crates, cargo
crm
Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源
Stars: ✭ 103 (-40.46%)
Mutual labels:  registry, cargo
Cargo Deny
❌ Cargo plugin for linting your dependencies 🦀
Stars: ✭ 533 (+208.09%)
Mutual labels:  cargo, crates
Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+7221.97%)
Mutual labels:  registry
Beachball
The Sunniest Semantic Version Bumper
Stars: ✭ 158 (-8.67%)
Mutual labels:  registry
Core Os Riscv
🖥️ An xv6-like operating system on RISC-V with multi-core support. Documentation available online.
Stars: ✭ 144 (-16.76%)
Mutual labels:  cargo
Ocean
A C/C++ build system/project manager written in Rust
Stars: ✭ 144 (-16.76%)
Mutual labels:  cargo
Multipart
A backend-agnostic extension for file uploads in HTTP libraries for Rust
Stars: ✭ 155 (-10.4%)
Mutual labels:  crates
Verdaccio Gitlab
private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider
Stars: ✭ 142 (-17.92%)
Mutual labels:  registry
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-17.92%)
Mutual labels:  registry
Cargo Ndk
Compile Rust projects against the Android NDK without hassle
Stars: ✭ 141 (-18.5%)
Mutual labels:  cargo

Meuse

A free crate registry for the Rust programming language.

It implements the alternative registries RFC and offers also various features (cf the Features section).

You can use Meuse to store your private crates, configure it to mirror crates.io...

Documentation is available at https://meuse.mcorbin.fr/

Features

  • [x] Complete implementation of the alternative registries RFC (including search).
  • [x] crates.io mirroring.
  • [x] Multiple backends for crates files: filesystem, S3.
  • [x] Multiple ways of managing the Git crate Index: git command, JGit.
  • [x] Manage categories.
  • [x] Manage users, roles, and tokens.
  • [x] Manage crates.
  • [x] Security: HTTPS support, TLS support for the PostgreSQL client.
  • [x] Monitoring: Meuse exposes a Prometheus endpoint with various metrics (HTTP server, database pool, JVM metrics...).
  • [x] Small frontend to explore crates.

Plan

Take a look at https://meuse.mcorbin.fr/roadmap/.

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].