docs.rs failed to build evento-core-2.0.0-alpha.28
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
evento-core-2.0.0-alpha.27
evento-core
Core types and traits for the evento event sourcing
toolkit: the Executor trait, the write path (create/append/WriteBuilder),
projections, subscriptions, cursors, and metadata.
Most applications should depend on the evento
facade crate instead, which re-exports everything here plus the storage backends behind
feature flags:
[]
= { = "2.0.0-alpha.27", = ["sqlite"] }
Storage backends live in their own crates: evento-sql (SQLite/MySQL/PostgreSQL),
evento-fjall (embedded), evento-remote (client/server TCP), and evento-accord
(consensus-replicated).
Learn more
- API documentation — every public item is documented, with compile-checked examples
- Workspace README — quick start and the full command/projection/subscription walkthrough
examples/bank— the canonical domain example