The simd optimized html escape code
extern crate v_escape; use v_escape::Escape; print!("{}", Escape::new("foo<bar".as_bytes()));