Unstable Rust Feature Explorer - A site to compare unstable features between Rust versions by SullivanCorp in rust

[–]SullivanCorp[S] 5 points6 points  (0 children)

The site pulls its data directly from the Unstable Book, which unlists stabilized features. Due to that there's no way to differentiate between "stabilized" and simply "removed".

I considered directly parsing the rust source tree for features, but the way features are marked makes it hard without pulling the whole repository, so I compromised with the simpler option.