rclist

Crates.iorclist
lib.rsrclist
version0.0.1
sourcesrc
created_at2015-02-05 01:17:06.235128
updated_at2015-12-11 23:55:29.371301
description`RcList` is read-only, append-only list (log), that can share common tail (history) with other `RcList`.
homepagehttps://github.com/dpc/rclist-rs
repositoryhttps://github.com/dpc/rclist-rs
max_upload_size
id1350
size6,519
Dawid Ciężarkiewicz (dpc)

documentation

http://www.rust-ci.org/dpc/rclist-rs/doc/rclist/

README

Build Status

rclist-rs

Introduction

RcList is read-only, append-only list (log), that can share common tail (history) with other RcList.

Example:

HEAD-Y-\
        1 -> 2 -> 3 -weak-> 4 -> 5
HEAD-X------/                   /
HEAD-Z--------------------------

Lists Y, X, Z are sharing history. Link between 3 and 4 is weak, which means after HEAD-Z is destroyed nodes 4 and 5 will be deallocated.

Read Documentation for details.

See issues for TODO and BUGs.

Building

cargo build
Commit count: 9

cargo fmt