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
.
apt install elfutils flatpak-builder
./build-flatpak.sh
explorer/flatpak-build/explorer.flatpak
explorer.flatpak
flatpak install path/to/explorer.flatpak
flatpak-builder --run flatpak-build/explorer org.repositive.EventStoreExplorer.json explorer
flatpak install flathub org.gtk.Gtk3theme.Arc-Dark