Skip to content

totoot/eventstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventStore Rust TCP client

This is the begining of a great EventStore driver library.
More informations about this database can be found on the official GetEventStore website.

Requirements

You need to have the Rust compiler, you can find ways to install it on the official website.
Cargo is needed too, if you install Rust with Rustup it will be installed by default.