1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

add src/util_size.rs

This commit is contained in:
2019-08-06 08:54:04 +08:00
parent b36c3e443f
commit 8d08c977e7
2 changed files with 2 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ use std::{
time::SystemTime,
};
use super::get_display_size;
use super::util_size::get_display_size;
use super::util_msg::print_lastline;
pub const DEFAULT_BUF_SIZE: usize = 8 * 1024;