common/
symbols.rs

1pub const DIFF_IN: char = '<';
2pub const DIFF_OUT: char = '>';