cargo-semver-checks v0.18.0: rustdoc caching, new lints & more

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

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  • Not all projects want semver-minor lints. That's fine! Tokio started using cargo-semver-checks and wanted to disable minor lints, and the new --release-type flag allows doing that — see the link above for details.

  • cargo-semver-checks

    Scan your Rust crate for semver violations.

  • Full release notes: https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.18.0

  • 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
  • rust-cache

    A GitHub Action that implements smart caching for rust/cargo projects

  • Out of curiosity, does this play well with the Swatinem/rust-cache action? To improve CI cache performance, it's good practice to cache only dependencies' artifacts, and this action as such automatically cleans out the workspace local artifacts before populating the cache.

  • cargo-semver-checks-action

    A GitHub Action for running cargo-semver-checks

  • Short answer: it doesn't, it's on purpose, and our upcoming v2 action will offer the option: https://github.com/obi1kenobi/cargo-semver-checks-action/pull/21

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

  • The More You Gno: Gno.land Monthly Updates - 6

    8 projects | /r/Gnoland | 30 Nov 2023
  • What's the canonical way of doing it in rust?

    1 project | /r/rust | 16 Oct 2023
  • netcrab: a networking tool

    4 projects | dev.to | 14 Oct 2023
  • Thread-per-Core

    3 projects | news.ycombinator.com | 6 Oct 2023
  • How should I structure a medium sized crate?

    3 projects | /r/rust | 14 Aug 2023