Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(buffer): add from_parts and into_parts functions
this adds the ability to deconstruct a buffer into all of its parts and the ability to create a buffer from all of its parts, this lets users deconstruct the buffer, edit the reader, then build it back up again without losing any information
- Loading branch information