Hey Rustaceans! Got a question? Ask here! (44/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

    Empowering everyone to build reliable and efficient software.

  • For now compiler warns try_insert is unstable feature and points me to this bug But let's image I have this mutable ref to relation owned already by HashMap - is it going to work? Or this will be again some ref lives not long enough error? What are my options then? Is Box gonna help me here? (I don't really understand it yet) Or I better will story just relation id in item out_relations vector rather then refs? And when needed I will take my relation from the hasmap?

  • palette

    A Rust library for linear color calculations and conversion

  • Have you looked at its examples: https://github.com/Ogeon/palette/tree/master/palette/examples?

  • 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
  • if-then-else

    !!Con West 2019 talk

  • If..then..else had to be invented

  • rust-delegate

    Rust method delegation with less boilerplate

  • As u/onomatopeiaddx said, it isn't possible since macros only have access to the token tree it is given. I don't see why a newtype wouldn't work tho. and to help with newtypes you may want to have a look at the delegate crate

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