alilleybrinker / langs-in-rust

A list of programming languages implemented in Rust, for inspiration.
850 stars 58 forks source link

Update README.md #96

Closed SeleneCosmia closed 9 months ago

SeleneCosmia commented 10 months ago
alilleybrinker commented 9 months ago

It looks like this just modifies the README directly. For changes to this repo, make sure to modify the JSON file instead, then run the Python script to rebuild the README.

alerque commented 9 months ago

This seems to have manually done a bunch of work that is already automated. The stars and sorting and such is all automatic if you just update the JSON file. All you even need is the name and URL data to be correct, then the script can fetch the descriptions, current star counts, etc.

Would you like to rebase this with just the additions and project name corrections, or would you be interested in my cherry-picking from this and submitting a replacement PR?

SeleneCosmia commented 9 months ago

if you wouldn't mind cherry-picking it that's totally fine with me! I wasn't sure whether the json was still being utilized based on the commit history having been pretty bare compared to the manual updating of the read me, sorry about that!