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;