DiscStream::new() replaces open_drive/open_iso/from_reader

A stream is a stream. DiscStream::new() takes reader + title + keys +
batch + format — same pattern as every other stream constructor.

Deleted: open_drive(), open_iso(), from_reader() — these were helper
functions that chained multiple operations. Library provides primitives,
callers decide the sequence.

Removed disc:// case from input() — callers use Drive::open() +
Disc::scan() + DiscStream::new() directly for disc sources.
This commit is contained in:
Matt Jackson
2026-04-17 15:32:48 +00:00
parent 2674612d87
commit bc62cb35f4
4 changed files with 57 additions and 124 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.10.6"
version = "0.10.7"
edition = "2021"
rust-version = "1.86"
license = "AGPL-3.0-only"