local_issues_lib

Crates.iolocal_issues_lib
lib.rslocal_issues_lib
version0.23.0
created_at2025-04-24 04:35:22.838897+00
updated_at2026-01-02 11:54:58.988571+00
descriptionthe lib provide feature that local issue (like a github)
homepage
repositoryhttps://github.com/Uliboooo/local_issues_lib
max_upload_size
id1646606
size32,836
Uliboooo(γ†γ‚ŠγΌγ†) (Uliboooo)

documentation

README

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"
Commit count: 73

cargo fmt