add sbot process stats function, struct and error variants

This commit is contained in:
2022-01-25 11:36:24 +02:00
parent 66555f19bf
commit 816d6c8a73
3 changed files with 102 additions and 1 deletions

View File

@ -43,6 +43,7 @@
//! ```
pub mod error;
pub mod sbot;
pub mod stats;
pub use crate::error::StatsError;