syncstate 0.2.1

A global synchronization library built for synchronizing states reliably, incrementally and fast
Documentation
1
2
3
4
5
6
7
8
9
# Syncstate

This library allows you to synchronize a common state across multiple locations.

Please look at the documentation provided at [docs.rs](https://docs.rs/syncstate)

The API documentation provides extensive usage guide along with an overview of the security features.

Please report any bugs at the github repository located [here](https://github.com/akdevbox/syncstate)