Hacker News new | ask | show | jobs
by rowanG077 43 days ago
This is definitely not just a lib. This compiles rust to CUDA. If you call a full on compiler stack a lib, everything may as well be a lib.
1 comments

Ok. I am calling it a lib because to use, you add it as a dependency in cargo.toml then import it in your rust modules.
That's after you have installed their entire build infra + dependencies. They ship their own cargo subcommand.