Refactor to use an object-oriented pattern for Sbot #2

Merged
glyph merged 5 commits from sbot_object into main 2021-11-05 10:45:05 +00:00
4 changed files with 409 additions and 329 deletions
Showing only changes of commit f4a74143e5 - Show all commits

View File

@ -1,3 +1,5 @@
//! Custom error implementations.
use core::str::Utf8Error;
use regex::Error as RegexError;
use std::{error, fmt, io::Error as IoError, string::FromUtf8Error};