v1.4.0
What's Changed
- Added:
Disc::new_stream
/new_stream_with_options
to create aDisc
instance from a custom read stream, rather than a filesystem path. - Added:
Disc::detect
to check whether a file is a disc image. - Added:
PartitionBase::into_open_file
to 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