Releases: bbaldino/data-pipeline
Releases · bbaldino/data-pipeline
v0.1.1
v0.1.0
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