mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 22:52:50 +02:00
optimize with SmallString; consolidate related re-exports
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
ecc9099127
commit
b872f8e593
39 changed files with 113 additions and 96 deletions
|
@ -1,5 +1,6 @@
|
|||
use arrayvec::ArrayVec;
|
||||
use conduwuit::{checked, debug::DebugInspect, err, utils::string, Error, Result};
|
||||
use conduwuit::{
|
||||
arrayvec::ArrayVec, checked, debug::DebugInspect, err, utils::string, Error, Result,
|
||||
};
|
||||
use serde::{
|
||||
de,
|
||||
de::{DeserializeSeed, Visitor},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue