Skip to content

Releases: bbaldino/data-pipeline

v0.1.1

24 Dec 20:36
f6c00fd

Choose a tag to compare

chore: Release package data-pipeline-rs version 0.1.1

v0.1.0

11 Oct 23:05

Choose a tag to compare

Fixed

  • fix tests

Other

  • add gh actions
  • change crate name
  • add attach_handler method to pipelinebuilder
  • update readme with handler implementation examples
  • don't make handlers stats producers, do it on the SomeDataHandler enum
  • add README
  • improve builder syntax
  • implement special visitor logic for demuxer
  • remove explicit references to 'packet'
  • change crate name
  • make nodes, etc. generic over the data they handle
  • add demuxer
  • code cleanup, tweaks
  • initial commit