local_issues_lib 0.23.0

the lib provide feature that local issue (like a github)
Documentation

local_issues_lib

A Rust library that provides features for managing local issues, similar to GitHub issues but for local usage.

Features

  • User Management: Create and manage users.
  • Issue Tracking: Create, read, update, and manage issues.
  • Status Management: Track issue status (Open, Closed as Completed, Not Planned, Forked).
  • Comments: Add comments to issues to track progress or discussions.
  • Forking: Fork existing issues to create new ones based on them.
  • Persistence: Supports serialization via serde and easy_storage.

Installation

Add this to your Cargo.toml:

[dependencies]
local_issues_lib = "0.17.0"