Problem understanding Crates

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

  • Unfortunatly the term crate is used for both, rustc's compilation units as well as Cargo packages. Historically crate was clearly the term for a Rust compilation unit and some people stick to this convention. Unfortunatly others, like the crates.io website have popularized the usage for packages. This is indeed confusing and will hopefully be resolved at some point in the future.

  • ripgrep

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • Both! Here's an example of a binary crate.

  • 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
  • cargo-edit

    A utility for managing cargo dependencies from the command line.

  • E.g. cargo-edit. It contains multiple binaries (and a library crate which you can't see below):

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

  • sed cheatsheet

    2 projects | /r/linux | 7 Jun 2023
  • hypergrep: A new "fastest grep" to search directories recursively for a regex pattern

    9 projects | /r/cpp | 7 Jun 2023
  • Is Rust's cargo-edit crate still relevant?

    2 projects | /r/rust | 12 May 2023
  • What are some useful tools for Rust?

    10 projects | /r/rust | 3 May 2023
  • How to list upgradable crates programmatically

    3 projects | /r/rust | 13 Apr 2023