nifioxide 0.1.0

Write HTTP processors for NiFi in Rust.
Documentation
1
2
3
4
5
6
7
mod error;
mod flowfile;
mod header;

pub use error::FlowFileParsingError;
pub use flowfile::FlowFile;
pub use header::FlowFileHeader;