#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).