feat(artifacts): add immutable artifact store

This commit is contained in:
2026-08-25 18:06:33 +03:00
parent 182bde8ac0
commit 497e1b740f
13 changed files with 2198 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
//! The legacy reader lives on [`crate::ArtifactStore`] so it shares the same
//! pinned-FD and digest-verification primitives as ordinary reads.