Expand description
tool-versions - Parser and manipulation library for .tool-versions files
This crate provides functionality to parse, modify, and serialize
.tool-versions files used by asdf and compatible version managers.
Re-exports§
pub use errors::Error;pub use tool_versions::ToolEntry;pub use tool_versions::ToolVersions;