v1.4.0
What's Changed
- Added:
Disc::new_stream/new_stream_with_optionsto create aDiscinstance from a custom read stream, rather than a filesystem path. - Added:
Disc::detectto check whether a file is a disc image. - Added:
PartitionBase::into_open_fileto create an owned file read stream. Useful for opening nested disc images. - Fixed: Building without
compress-*features.
Full Changelog: v1.3.0...v1.4.0