Module tool

Module tool 

Source
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§

ConfigurableTool
Configuration-driven tool implementation

Traits§

UrlBuilder
Helper trait for URL builders that can generate download URLs
VersionParser
Helper trait for version parsers that can parse API responses
VxTool
Simplified trait for implementing tool support