srgn 0.14.2

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
1
2
3
4
5
6
7
8
9
10
mod driver;
mod machine;
mod words;

const EXPECTABLE_AVERAGE_WORD_LENGTH_BYTES: u8 = 16;
const EXPECTABLE_AVERAGE_MATCHES_PER_WORD: u8 = 2;

// Re-export symbols.
pub use driver::German;
use words::{LetterCasing, SpecialCharacter, Umlaut, Word};