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

add src/util_msg.rs

This commit is contained in:
2019-08-06 08:48:22 +08:00
parent 933239b842
commit 4d87bb46df
3 changed files with 82 additions and 77 deletions

View File

@@ -5,7 +5,7 @@ use std::{
};
use super::get_display_size;
use super::print_lastline;
use super::util_msg::print_lastline;
pub const DEFAULT_BUF_SIZE: usize = 8 * 1024;
pub const SIZE_KB: i64 = 1024;