Crates.io | rcc |
lib.rs | rcc |
version | 0.10.0 |
source | src |
created_at | 2018-11-05 14:49:08.78309 |
updated_at | 2020-06-07 23:37:35.318606 |
description | dummy redirect for saltwater |
homepage | |
repository | https://github.com/jyn514/saltwater/ |
max_upload_size | |
id | 94852 |
size | 2,122 |
RCC has been renamed to saltwater
.
If you are looking for the documentation, it is now at https://docs.rs/saltwater.
rcc is a great name for a Rust C compiler. Unfortunately,
that binary name is already being used by the QT project for their
resource compiler: https://doc.qt.io/qt-5/rcc.html. This causes a lot of
confusion when people run rcc
with QT installed.
I didn't want to go with synonyms for 'clang' because this is a separate project which reuses no code or libraries from LLVM. There is an informal tradition in Rust for having somewhat clever names, so I chose 'saltwater' since it's part of the sea (C) and is corrosive (causes rust).
No, the binary name is swcc
(and eventually swcpp
).