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 by creating temporary binaries running each of your constime! invocations, stored in std::env::temp_dir().join("constime")