Split repository into 3 crates

This commit is contained in:
Philip (a-0) 2024-01-05 20:59:25 +01:00
parent d8f1733eb3
commit 31dc4fd4a3
35 changed files with 4011 additions and 498 deletions

View file

@ -12,4 +12,10 @@ This repo provides arbitrary data synchronization via I2P.
- recognize to-dos or dates in any data and expose them
- expose all data linked to any given time interval (e.g. files changed and messages sent on a given day)
- ...
- Allow easy-to-set-up passive nodes which clone all data of the active nodes, essentially replacing data sync servers and serving as sovereign backup solution
- Allow easy-to-set-up passive nodes which clone all data of the active nodes, essentially replacing data sync servers and serving as sovereign backup solution
# Structure of this repository
This repository contains all crates necessary for ubisync:
- `ubisync` builds the binary of a ubisync node which can be run by users to take part in the ubisync network
- `ubisync-lib` builds a library with all common type definitions, utilities etc.
- `ubisync-sdk` builds a library for app developers, including a wrapper for the API