beady-eye 0.8.0

A tree of work in flight: bead graphs annotated with the live agents working them
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! bd's rows and herdr's panes, joined into the snapshot the view draws.
//!
//! One module for the vocabulary both sides are held in, one for what nests
//! what among the rows, one for what each row is tied to, one for the join
//! itself, one for the rules that read a disagreement out of it, one for the
//! badge a row carries beside its title, and one for the snapshot they all
//! assemble into.

pub mod anomaly;
pub mod badges;
pub mod edges;
pub mod join;
pub mod snapshot;
pub mod tree;
pub mod types;