Expand description
Tool plugin trait and related functionality
This module defines the VxTool trait, which is the core interface for implementing
tool support in the vx ecosystem. Tools can be anything from compilers and interpreters
to CLI utilities and development tools.
Structs§
- Configurable
Tool - Configuration-driven tool implementation
Traits§
- UrlBuilder
- Helper trait for URL builders that can generate download URLs
- Version
Parser - Helper trait for version parsers that can parse API responses
- VxTool
- Simplified trait for implementing tool support