let reader = BorshReader::new(Box::new(std::io::stdin())); let writer = BorshWriter::new(Box::new(std::io::stdout()));