flusso-queue-core 0.10.1

Queue abstraction for the flusso change-processing pipeline.
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]

mod error;
mod queue;

pub use error::*;
pub use queue::*;