repositive / event-store-rs

Evolvable implementation of an Event Store in Rust.
3 stars 1 forks source link

Event Store in Rust

Build Status

Event store, but in Rust

Install

Add the following to Cargo.toml in your project:

event-store = { git = "https://github.com/repositive/event-store-rs.git" }
event-store-derive = { git = "https://github.com/repositive/event-store-rs.git" }
event-store-derive-internals = { git = "https://github.com/repositive/event-store-rs.git" }

Setup

Currently requires Rust Nightly. Install it with rustup toolchain add nightly.

Run tests with cargo +nightly test.

Documentation

cargo doc --open

Explorer

Flatpak Build for Linux (Flatpak)

Ensure you're in ./explorer.

Install on Linux (Flatpak)