#[derive(Default)] pub struct State { pub current: usize, pub buffer: String, }