1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-28 16:10:05 +08:00

feat: add PrintStatusContext

This commit is contained in:
2020-09-20 01:23:03 +08:00
parent e027f8f713
commit dd2bec2669
2 changed files with 55 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
use super::XResult;
use crate::XResult;
pub const SIZE_KB: i64 = 1024;
pub const SIZE_MB: i64 = SIZE_KB * SIZE_KB;