Closed nixpulvis closed 8 years ago
The following code panics, we should do something reasonable here instead.
let mut reader = io::empty(); let mut writer = Vec::<u8>::new(); Interpreter::new(",".into(), &mut reader, &mut writer).run();
Note: Interpreter::new is still private at the moment.
Interpreter::new
The following code panics, we should do something reasonable here instead.
Note:
Interpreter::new
is still private at the moment.