Hey Rustaceans! Got a question? Ask here! (42/2022)!

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

    A virtual filesystem for Rust

  • Of course, that still leaves the door open for cases like accidentally starting the recursion for / -- if you're worried about that, then e.g. https://github.com/manuel-woelker/rust-vfs might come handy.

  • rust-typed-builder

    Compile-time type-checked builder derive

  • There are also crates which can do that for you (e.g. https://github.com/idanarye/rust-typed-builder).

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

    a debugger for async rust! (by tokio-rs)

  • Tokio console maybe? https://github.com/tokio-rs/console

  • rustlings-solutions-5

    Rustlings 5 (5.2.1) Solutions

  • Have a look at Rustlings: https://github.com/rust-lang/rustlings

  • rust-analyzer

    A Rust compiler front-end for IDEs

  • Presumably you're using VSCodium and the listing is from the Open VSX registry. There's an issue open on the rust-analyzer GH page if you want to keep track of why it's not getting updated.

  • rust

    Empowering everyone to build reliable and efficient software.

  • Compiler output: `` (...) warning: private typeAin public interface (error E0446) --> src/lib.rs:3:16 | 3 | pub struct B { pub x: C } | ^^^^^^^^ | = note:#[warn(private_in_public)]` on by default = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #34537 https://github.com/rust-lang/rust/issues/34537

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