Usage
Dependencies in comptime! can be stored in either [dependencies] or [build-dependencies].
If you use build dependencies, you will need to explicitly link with extern crate and a build.rs file to force them to compile.
Example
Note
You should get autocomplete and error feedback when using the macro.
This works with temporary files, which currently aren't automatically cleared.
If you notice your project getting a little large, periodically run cargo clean to remove these.