Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add into_bits convenience method for UperReader (#82)
`UperReader`s can be created from any type implementing `ScopedBitRead`. However, `UperReader::from` obviously consumes this type. Users of `UperReader` may want to get the original `ScopedBitReader` back out after they are done with the `UperReader`. This patch provides an `into_bits` function which returns the underlying `ScopedBitRead` type, consuming the `UperReader`.
- Loading branch information