koni_archive_core

Core abstractions for the koni_archive ecosystem: byte sources, entry model, typed exceptions, checksums, and the format-detection registry.

Part of the koni_archive monorepo.

Status: pre-release (0.x, git-only). The API stays 0.x with lockstep minor bumps until it stabilizes; see the repository's ROADMAP.md.

Libraries

io
dart:io byte sources for koni_archive: explicit opt-in import for VM and Flutter-native platforms.
koni_archive_core
Core abstractions for the koni_archive ecosystem: byte sources, the entry model, typed exceptions, checksums, and the format-detection registry.
web
Browser byte sources for koni_archive: explicit opt-in import for the web. Compiles under both dart2js and dart2wasm.