aboutsummaryrefslogtreecommitdiff
path: root/crates/service/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add service module with macros and action framework魏曹先生2025-10-061-0/+5
- Create new vcs_service crate for handling service actions - Add vcs_service_macros crate for procedural macros - Add vcs_test module with action framework integration - Implement Action and ActionPool traits for service operations