Self Referencing structs with different generic types

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.

  • I think the closest possible approach is the one used in frunk where those consecutive types are nested recursively (creating a linked list on type level basically) and special type is used as the end.

  • 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

  • Apply generic function to every tuple element

    1 project | /r/learnrust | 22 May 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