https://github.com/akdevbox/syncstate
A library to synchronize a common state across multiple locations, ensuring a consistent state
https://github.com/akdevbox/syncstate
Last synced: 6 months ago
JSON representation
A library to synchronize a common state across multiple locations, ensuring a consistent state
- Host: GitHub
- URL: https://github.com/akdevbox/syncstate
- Owner: akdevbox
- License: mit
- Created: 2025-12-17T14:50:10.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-12-19T07:44:56.000Z (7 months ago)
- Last Synced: 2025-12-21T01:06:08.654Z (7 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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)