I'm worry about memory limit. Both `parse` and `dump` are using Vec<u8>. Is there a method to solve this?
I'm worry about memory limit. Both
parseanddumpare using Vec. Is there a method to solve this?