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§
- Platform
UrlBuilder - Platform-specific URL builder utilities
- Tool
Dependency - Tool dependency specification
- UrlUtils
- Common URL building utilities
- Version
Utils - Version utilities
Traits§
- Standard
Tool Config - Standard tool configuration interface
- Standard
UrlBuilder - Standard URL builder interface
- Tool
Runtime - Standard tool runtime interface
- Version
Parser - Version parser interface