Resilience of Rust ecosystem?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • crates.io

    The Rust package registry

  • In terms of crates.io infrastructure, again, you should host your own if you are concerned about the level of security that you are talking about. Volunteer level services will give you pretty much what you paid for -- best effort. No matter what technological assurances you have, it will be but a momentary annoyance for a determined attacker. Secure infrastructure costs and the cost increases alarmingly as you increase your attack surface. Your best bet is to limit your exposure by limiting your dependencies and hosting them on your own internal infrastructure.

  • meuse

    A private Cargo crate registry, for Rust

  • Crates.io is the de facto standard, and has good stability guarantees, but Rust is not shackled to it; there are alternatives: https://lib.rs/about https://github.com/mcorbin/meuse

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Private crate repository

    3 projects | /r/rust | 26 Aug 2022
  • Show HN: Rust crate providing a unified high-level API for WireGuard protocol

    1 project | news.ycombinator.com | 29 Jan 2024
  • [Media] Why do the downloads for some crates drop greatly each week? Screenshot is from the crates.io page for curl.

    3 projects | /r/rust | 7 Jul 2022
  • How do you share your corporate crates?

    1 project | /r/rust | 20 Feb 2022
  • Constant, compile-time default implementations for structs

    1 project | /r/rust | 29 Sep 2021