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
serdeandeasy_storage.
Installation
Add this to your Cargo.toml:
[]
= "0.17.0"