mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-25 12:05:42 +00:00
refactor: More minor optimization changes (#353)
- Move data rather than cloning during data transferring step - Try using beef?
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
use std::{borrow::Cow, result};
|
||||
use beef::Cow;
|
||||
use std::result;
|
||||
use thiserror::Error;
|
||||
|
||||
/// A type alias for handling errors related to Bottom.
|
||||
|
||||
Reference in New Issue
Block a user