Skip to content

0.3.0

Choose a tag to compare

@codebycruz codebycruz released this 18 Jan 05:30
· 5 commits to master since this release

Refactoring

This brings an extensive refactoring of the code that's been long overdue.

It's made the code "larger" in terms of LOC, but it is significantly cleaner and more maintainable.

Autocomplete

You'll now get autocomplete inside of comptime! {} blocks.

image

Less Temporary Files

With the refactoring, I found that rustc can be piped input rather than having to take a temporary source file.

So comptime no longer generates these in your build directory.

The only temporary files that remain are the binaries that actually run your comptime! {} blocks - for optimization's sake.