Function eudex::raw::filter [] [src]

pub fn filter(prev: u8, x: u8) -> Option<u8>

Filter a non-head character.

None means "skip this character", whereas Some(x) means "push x".

Eudex works by building up a hash by this filter and then XORing to get the difference.