Fixed Stacked Borrows violations in ArrayVec crate

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rustfmt

    Format Rust code

  • There are no settings that would make rustfmt produce the formatting I think is best. In particular match is often formatted pretty badly, no matter which settings are used. Here are just some of the issues: - https://github.com/rust-lang/rustfmt/issues/3157 - https://github.com/rust-lang/rustfmt/issues/3995 - https://github.com/rust-lang/rustfmt/issues/4004 - https://github.com/rust-lang/rustfmt/issues/4005

  • arrayvec

    Discontinued A vector with a fixed capacity. (Rust) (by AngelicosPhosphoros)

  • arrayvec = { git = "https://github.com/AngelicosPhosphoros/arrayvec.git", rev = "b9bf4cca2924af2f42e468d7b3476205df93206c" }

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

    A vector with a fixed capacity. (Rust)

  • If you don't trust me, you can review my changes here. Since you specify exact git revision in your Cargo.toml, I cannot change code that you would pull.

  • arrayvec

    A vector with a fixed capacity. (Rust) (by saethlin)

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