Module version

Module version 

Source
Expand description

Version control and tool registry

Provides semantic versioning, version requirements, tool registry management, and Git-like version control with snapshots and branching.

Re-exports§

pub use types::Version;
pub use types::VersionReq;
pub use registry::ToolInfo;
pub use registry::ToolRegistry;
pub use registry::ToolSource;
pub use snapshot::Snapshot;
pub use snapshot::SnapshotId;
pub use snapshot::SnapshotManager;
pub use snapshot::Branch;
pub use snapshot::ToolState;
pub use snapshot::FileSnapshot;
pub use snapshot::SnapshotDiff;

Modules§

registry
Tool registry for managing installed DX tools
snapshot
Version control snapshots - commit-like snapshots for tool state
types
Version types - semantic versioning support