Closed wiiznokes closed 2 months ago
Instead of indexMap, use
pub unreleased: Option<Release>, pub releases: BTreeMap<Version, Release>,
This will be much more efficient
Instead of indexMap, use
This will be much more efficient