Crate vx_tool_standard

Crate vx_tool_standard 

Source
Expand description

§vx-tool-standard

Standard interfaces and utilities for implementing vx tools.

This crate provides standardized traits and types that tool implementations should use to ensure consistency across the vx ecosystem.

Structs§

PlatformUrlBuilder
Platform-specific URL builder utilities
ToolDependency
Tool dependency specification
UrlUtils
Common URL building utilities
VersionUtils
Version utilities

Traits§

StandardToolConfig
Standard tool configuration interface
StandardUrlBuilder
Standard URL builder interface
ToolRuntime
Standard tool runtime interface
VersionParser
Version parser interface