docs: update

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 22:04:34 +02:00
parent 65d04a4dc2
commit 7ff05b0ede
3 changed files with 13 additions and 16 deletions

View File

@@ -56,7 +56,8 @@ impl std::ops::Deref for Crunch {
}
}
pub mod builder {
pub use builder::*;
mod builder {
use crate::{errors, Crunch, OutboxHandler, Persistence, Publisher, Subscriber, Transport};
#[derive(Clone)]