- Change {any}`parse_record_file` to yield the elements as a tuple, instead of
{any}`RecordEntry` objects.
- Implement {any}`WheelFile`, completing the end-to-end wheel installation
pipeline.
- Generate {any}`RecordEntry` for `RECORD` file in the {any}`installer.install`,
instead of requiring every `WheelDestination` implementation to do the exact
same thing.