1 unstable release
| 0.1.4 | Feb 4, 2026 |
|---|
#1556 in Network programming
2MB
34K
SLoC
braid-core: Unified Braid Protocol implementation in Rust.
This crate consolidates several Braid-related components into a single library:
- core: The core Braid-HTTP protocol implementation (types, parser, client, server).
- antimatter: Conflict resolution and state management.
- blob: Braid-Blob storage and synchronization service.
- fs: Filesystem synchronization client logic.
braid-core
Core library for the Braid Protocol implementation used by the Braid Tauri application.
Features
- Core Braid-HTTP: Protocol types and logic.
- Antimatter: Conflict resolution (CRDT).
- Filesystem: Sync logic for
braidfs-daemon. - Blob: Content-addressable storage.
Usage
This crate is a library used by braidfs-daemon (server) and braid-http (client types).
Dependencies
~18–44MB
~572K SLoC