Expand description
A step is a simple action.
Modules§
- eraser
- Erase the content of the
crate::connector. - generator
- Generate an empty
crate::DataResultthat you can enrich with thecrate::step::Transformer. - reader
- Read the content of a
crate::documentthrough acrate::connector. - referential
- transformer
- Read the data from the input queue and transform it.
- validator
- Check the consistancy of the data.
- writer
- Write data into the
crate::documentthrough thecrate::connector.