Luxalpa
Luxalpa
I've got two use cases from my projects: [speedy + glam](https://github.com/bitshifter/glam-rs/pull/322) and chrono / index_vec + bitcode. The latter one currently has some escape hatch (where bitcode just allows deferring...
Weird that nobody mentioned it, but the Yarn package manager uses Emoji's and it's a bit annoying that they are only displayed as squares :/
Couldn't we also use a function-like macro? Then we wouldn't need to do the extra complicated stuff with a module.
There seems to be some sort of cached index, and it doesn't automatically update it. I also couldn't (yet) find a way to manually update this index. #### Edit: Actually,...
I have a dependency subtree'd in and it's a bit annoying to always see it in search results etc. Also I feel like it's eating up more memory than needed...
I'm new to this whole Open Source thing and this is my first pull request so please let me know if there's anything I need to do (or did wrong)...
Yes, the file does exist and it seems to be working when using `cargo-clif.exe` directly (including when using it from `path`, i.e. from some other directory). I'm only getting the...
Thanks, I've figured out the issue. Cargo uses a different environment based on the toolchain of the project in which it is being run. If it doesn't match the one...
It shows the default toolchain for the project (same as `rustup show`s active toolchain).
Yes, setting that environment variable makes `cargo clif build` work.