crdt_fileset 0.1.0

A library for keeping a file system in sync, based on OR-Sets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "crdt_fileset"
version = "0.1.0"
authors = ["Daniel Yule <daniel.yule@gmail.com>"]
license = "MIT"
homepage = "https://github.com/dyule/crdt_fileset"
repository = "https://github.com/dyule/crdt_fileset"
description = "A library for keeping a file system in sync, based on OR-Sets"
keywords = ["or-sets", "filesync", "crdt"]

[dependencies]
byteorder = "0.5"
log = "0.3"