📄️ Storage Structure
The protocol does not enforce a strict folder hierarchy. Users can freely organize their builds. However, there is a default recommended structure used in Rust and JavaScript implementations.
📄️ rd-index.json
Central protocol file. Defines all files, their structure, metadata, and the chunks that comprise them.
📄️ Synchronization Process
In order to synchronize files for upload or download, the protocol describes how it should be done for a better workflow.
📄️ Security
rac-delta does not impose security layers by design. The protection of remote storage (authentication, permissions, encryption) depends on the user or the infrastructure.
📄️ Versioning
Incremental versioning is not yet part of the protocol, but can be easily implemented in the future, as will be as easy as saving multiple rd-index.json for each version, example: rd-index-0.3.json could be compared to rd-index-0.5.json.