braid-core 0.1.4

Unified Braid Protocol implementation in Rust, including Braid-HTTP, Antimatter CRDT, and BraidFS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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).