summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index c103ee8..21796b8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,6 +32,8 @@ use std::sync::{
};
use std::time::Duration;
+pub const PROC_FS_ERROR_STR: &str = "/proc/ filesystem not found, are you running this on linux?";
+
//#[allow(dead_code)]
mod text_processing;
pub use crate::text_processing::*;