Are crate versions numbers all low because Rust just works?

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
  • semver

    Semantic Versioning Specification

  • The notion that 1.0.0 signifies stable api comes from the semver standard.

  • aho-corasick

    A fast implementation of Aho-Corasick in Rust.

  • This is a subtle point and people get it wrong all of the time. Here's a conversation with it spelled out in more detail: https://github.com/BurntSushi/aho-corasick/issues/88

  • 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
  • imgref-iter

    Discontinued A small crate for iterating over the rows or columns of `imgref` buffers

  • It's more like the expectation is that 1.0 should mark a stable and well-designed release. For example, I am not happy with imgref-iter's implementation yet because it has a ton of duplicated code which is prone to subtle copy/paste errors and a pain to maintain. Releasing 1.0 now would be a mistake.

  • rust-semverver

    Discontinued Automatic checking for semantic versioning in library crates

  • Found this: https://github.com/rust-lang/rust-semverver but it doesn't seem to act on git log/diffs... just FYI.

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

  • how to get the index of substring in source string, support unicode in rust.

    1 project | /r/rust | 5 Nov 2023
  • Aho Corasick Algorithm For Efficient String Matching (Python & Golang Code Examples)

    1 project | /r/programming | 6 Oct 2023
  • When counting lines in Ruby randomly failed our deployments

    4 projects | /r/ruby | 22 Sep 2023
  • Aho-corasick (and the regex crate) now uses SIMD on aarch64

    2 projects | news.ycombinator.com | 18 Sep 2023
  • Let's Stop Ascribing Meaning to Code Points (2017)

    3 projects | news.ycombinator.com | 26 Jun 2022