Crate rivets

Crate rivets 

Source
Expand description

Rivets - A Rust-based issue tracking system.

This crate provides both a CLI application and a library for issue tracking using various storage backends.

Modulesยง

app
Application context for CLI command execution.
cli
CLI argument parsing and command dispatch.
commands
Command implementations for rivets CLI.
domain
Domain types for issue tracking.
error
Error types for rivets CLI operations.
id_generation
Hash-based ID generation system for rivets.
output
Output formatting for CLI commands.
storage
Storage abstraction layer for rivets.