optimize with SmallString; consolidate related re-exports

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-02-08 00:16:37 +00:00 committed by strawberry
parent ecc9099127
commit b872f8e593
39 changed files with 113 additions and 96 deletions

View file

@ -6,8 +6,7 @@ mod tests;
use std::sync::Arc;
use arrayvec::ArrayString;
use conduwuit::{utils::MutexMap, Result, Server};
use conduwuit::{arrayvec::ArrayString, utils::MutexMap, Result, Server};
use self::{cache::Cache, dns::Resolver};
use crate::{client, Dep};