feat: native doc reader (#13881)

This commit is contained in:
DarkSky
2025-11-08 23:07:16 +08:00
committed by GitHub
parent 02dcfdcc40
commit 7e6ead4232
15 changed files with 1460 additions and 269 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ authors = [
description = "High-performance and thread-safe CRDT implementation compatible with Yjs"
edition = "2021"
homepage = "https://github.com/toeverything/y-octo"
include = ["src/**/*", "benches/**/*", "bin/**/*", "LICENSE", "README.md"]
keywords = ["collaboration", "crdt", "crdts", "yjs", "yata"]
include = ["LICENSE", "README.md", "benches/**/*", "bin/**/*", "src/**/*"]
keywords = ["collaboration", "crdt", "crdts", "yata", "yjs"]
license = "MIT"
name = "y-octo"
readme = "README.md"