garando_syntax2 0.1.0

Backport of libsyntax
Documentation
pub fn char_at(s: &str, byte: usize) -> char {
    s[byte..].chars().next().unwrap()
}