alilleybrinker / langs-in-rust

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

Add Typst (and fix readme generation) #100

Closed alerque closed 11 months ago

alerque commented 11 months ago

I setup just to add Typst to the list, but in trying to run the README generator lots of data was getting clobbered. It seems the README got manually updated with a bunch of new projects without the JSON data even being added. I manually added all the missing projects (including finding current GitHub URLs for two that didn't have valid URLs at all) so that I could run the API data fetch and get everything sorted and re-written.

alilleybrinker commented 11 months ago

Thanks! I think what happened is that I absentmindedly merged changes which had only modified the README directly.