garando_syntax2 0.1.0

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