From cdf7475b403379ac7eead554dc3b6e8df4abf573 Mon Sep 17 00:00:00 2001 From: josibake Date: Fri, 18 Jul 2025 11:37:33 +0100 Subject: [PATCH] docs: add warning to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a713723..f9b54f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SwiftSync +:warning::construction: This project is still under construction and expected to change significantly. Use at your own risk :construction::warning: + This repository is a collection of crates related to a SwiftSync node implementation. Some crates will be SwiftSync-specific, while others may have broader use cases. `accumulator`: A hash-based SwiftSync accumulator used to add and subtrack elements from a set.