v0.1.0fossic2026-06-12

Core Rust Event Store With CCE

Foundational append-only SQLite event log with BLAKE3 content-addressed events, typed error hierarchy, and stream lifecycle management.

v0.1.02026-06-12
  • ·Append-only SQLite event log with BLAKE3 content-addressed event verification
  • ·Typed error hierarchy: StreamNotFound, HashMismatch, SchemaViolation, and ten others
  • ·Core read surface: read_events, read_range, read_since with version ordering
  • ·CCE test vectors: 12 deterministic hash fixtures for cross-implementation validation