anyinput -- proc macro to easily create functions that accept any type of string-, path-, iterator-, or array-like inputs

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

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

    A library for easy, fast, and efficient reading & writing of PLINK Bed files

  • I have trouble remembering the direct syntax for iterators and arrays. So, the macro is especially useful using when nesting inside them. For example, in the bed-reader genomics crate, I was apply to replace dozens of functions like:

  • anyinput

  • I just tried the various code versions in Compiler Explorer. From a quick glance, they all produce the same compiled code. An advantage of creating two generics here instead of one more complex one is that programming the macro is more recursive and simpler. This allows to macro to handle, for example, a test case called "complex" with type AnyIter>>.

  • 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