crablang / crab

A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
https://www.crablang.org
Other
5.13k stars 66 forks source link

need to rename in public facing files #48

Closed trvswgnr closed 1 year ago

trvswgnr commented 1 year ago

any public-facing files should have rust renamed to crab. this would include most of the markdown files in all repos, but we can start with crablang/crab.

dogue commented 1 year ago

I'll start working on this tonight.

shuvrojit commented 1 year ago

What about rustc? Will that need to be changed too?

trvswgnr commented 1 year ago

@shuvrojit sorry i didn't see this. eventually we will want rustc to be renamed, but since we have a renamed toolchain in place (albeit a hacky solution) it's not crucial at the moment. rustc will be the most difficult to rename i imagine, since there is a lot that depends on it and the name is used throughout other repos. i'm going to close this since i merged your PR #49. thanks for that btw!