aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize crate structure and move documentation files魏曹先生2026-01-121-4/+4
|
* Update dependencies to latest versions魏曹先生2025-10-271-3/+3
|
* Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生2025-10-241-1/+1
|
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-132-2/+6
| | | | | | | | - Extend action_gen macro to generate JSON serialization logic - Implement generic action processing using JSON text for type-agnostic calls - Add callback mechanism with action name and arguments in ActionPool - Update client and server registries to use new callback system - Improve action system flexibility at the cost of serialization overhead
* feat: add examples demonstrating action system usage魏曹先生2025-10-063-0/+40
- Create examples workspace member - Add example_action_system binary showcasing macro usage - Demonstrate action registration and processing workflow