Expand description
§vx-core - Core abstractions and interfaces
This module provides the essential abstractions for the vx tool ecosystem. Following SOLID principles, it defines interfaces without implementations.
Structs§
- Execution
Context - Execution context for tools
- Execution
Result - Execution result
- Install
Config - Tool installation configuration
- Platform
- Platform information
- Tool
Spec - Tool specification
- Version
- Version information
- VxConfig
- Configuration for vx operations
Enums§
- Archive
Format - Archive formats
- Install
Method - Installation methods
- VxError
- Core error types for vx operations
Traits§
- Tool
Manager - Core trait for tool management
- Tool
Resolver - Core trait for tool resolution
- Version
Manager - Core trait for version management
Type Aliases§
- VxResult
- Core result type for vx operations