From 37ddb3d90dd0cd47046947bbc4c48ebdfdfc0d36 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Wed, 24 Jan 2024 02:47:47 +0100 Subject: [PATCH] chore: Remove outdated sources from readme --- README.md | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/README.md b/README.md index 34e237a..11d1253 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ can obtain, parse and build an index from the above resources. This crate also p in a _linear_ fashion, or by using a _bisect_ binary search strategy. Each data source implements the [Source](https://docs.rs/rust-releases/latest/rust_releases/source/trait.Source.html) trait. `Source` provides a `build_index` method, which can be used to -build a catalog of released Rust versions. In addition, for all solution except `RustDistWithCLI`, it is possible to let this crate -[fetch](https://docs.rs/rust-releases/latest/rust_releases/source/trait.FetchResources.html) the required input documents. +build a catalog of released Rust versions. ## Implemented options @@ -84,36 +83,6 @@ build a catalog of released Rust versions. In addition, for all solution except Medium fast (~10 seconds) ~1 MB - - RustDistWithCLI - Source - ✅ - Stable, Beta & NightlyTBD - Fast - - - - - - FetchResources - ❌ - Slow (~1 minute) - ~8 MB - - - ChannelManifestsTDB - Source - ✅ - Stable, Beta & NightlyTBD - Medium - - - Input data works again(#9). Further implementation commitments TBD5 - - - FetchResources - ✅ - Extremely slow (~1 hour) - ~418 MB -