refactor(replication): move mrf wire format to replication crate (#4157)

* refactor(replication): move mrf wire format to replication crate

* refactor(replication): match re-exported error variants
This commit is contained in:
Zhengchao An
2026-07-02 04:27:53 +08:00
committed by GitHub
parent 8f01012071
commit 2de38d3e5c
7 changed files with 172 additions and 40 deletions
Generated
+2
View File
@@ -9895,8 +9895,10 @@ dependencies = [
"byteorder",
"rmp",
"rmp-serde",
"rustfs-filemeta",
"serde",
"time",
"uuid",
]
[[package]]