txtpp 0.2.4

A simple-to-use general purpose preprocessor for text files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub const USING: &str = "Using";
pub const PROCESSING: &str = "Processing";
pub const PROCESSED: &str = "Processed";
pub const SCANNING: &str = "Scanning";
pub const CLEANING: &str = "Cleaning";
pub const CLEANED: &str = "Cleaned";
pub const VERIFYING: &str = "Verifying";
pub const VERIFIED: &str = "Verified";

pub const SCANNED: &str = "Scanned";
pub const FAILED: &str = "Failed";
pub const DONE: &str = "Finished";