Apply generic function to every tuple element

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

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

    Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.

  • So rust doesn't support variadics, but I have heard some murmurings around the topic. In the meantime, you can still do a lot with recursive tras. The frunk crate makes working with them a lot easier: In this case

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

  • Self Referencing structs with different generic types

    1 project | /r/learnrust | 24 Feb 2023
  • constduck: compile-time duck typing and reflection powered by const generics

    3 projects | /r/rust | 13 Nov 2021
  • Is there a convenient way to convert a struct<T> (where all fields are of type T) into struct<U> where U: From<T>?

    2 projects | /r/rust | 16 Feb 2023
  • Can we make useful streaming APIs that disallow deadlocks?

    3 projects | /r/rust | 20 Jan 2023
  • Generic associated types encode higher-order functions on types

    3 projects | /r/rust | 4 Jan 2021