Event store, but in Rust
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" }
Currently requires Rust Nightly. Install it with rustup toolchain add nightly
.
Run tests with cargo +nightly test
.
cargo doc --open
Ensure you're in ./explorer
.
- Linux Mint:
apt install elfutils flatpak-builder
./build-flatpak.sh
- Flatpak is built to
explorer/flatpak-build/explorer.flatpak
- Download
explorer.flatpak
- Install with
flatpak install path/to/explorer.flatpak
- OR run it from the build folder with
flatpak-builder --run flatpak-build/explorer org.repositive.EventStoreExplorer.json explorer
- Run with flatpak run org.repositive.EventStoreExplorer
- You can make the explorer use a different GTK theme by following these instructions, e.g.
flatpak install flathub org.gtk.Gtk3theme.Arc-Dark