indicator 0.4.4

Abstractions for stream aggregation, we call them `Indicator` s.
Documentation

indicator

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 24 feature flags, 11 of them enabled by default.

default

  • std
  • stream
  • array-vec
  • gat

std

  • alloc
  • time/std
  • futures?/std
  • thiserror
  • tracing?/std

stream

  • futures
  • pin-project-lite

array-vec

  • arrayvec

gat

  • tinyvec

alloc

  • futures?/alloc
  • time/alloc

thiserror

  • dep:thiserror

futures

  • dep:futures

pin-project-lite

  • dep:pin-project-lite

arrayvec

  • dep:arrayvec

tinyvec

  • dep:tinyvec

reactive

  • alloc
  • futures
  • pin-project-lite
  • tracing

serde

  • dep:serde
  • time/serde-human-readable
  • time/serde-well-known
  • humantime

tower

  • std
  • async
  • tower-service

context

  • hashbrown
  • alloc
  • indicator_macros

parallel

  • std
  • rayon

async

  • futures
  • pin-project-lite

tracing

  • dep:tracing

humantime

  • dep:humantime

hashbrown

  • dep:hashbrown

indicator_macros

  • dep:indicator_macros

rayon

  • dep:rayon

tower-service

  • dep:tower-service

send

    This feature flag does not enable additional features.