minibeads 0.19.0

A minimal, markdown-based drop-in replacement for the beads issue tracker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Minibeads library
//!
//! This module exposes shared functionality used by both the main binary
//! and test utilities.

pub mod beads_generator;
pub mod format;
pub mod hash;
pub mod lock;
pub mod storage;
pub mod sync;
pub mod types;