Releases: radekvit/coffee_break
Releases · radekvit/coffee_break
2.1.1
This release contains the following improvements by these contributors:
- BD103: Remove the quote dependency, making this crate faster to compile. Ironic. This is also technically a breaking change since the macro now emits nothing rather than an empty tuple.
- joxcat: Make the library rust-analyzer friendly and friendly for
cargo check
. There are now two default featuresra-friendly
andcheck-friendly
that add checks that don't activate the coffee break when we run in the context of rust-analyzer or when we aren't building respectively. This makes the crate not obliterate rust-analyzer when you add a coffee break and hit save, which is particurarly nice. With this change, you can realistically leave acoffee_break!
in and continue working until you're ready to build and take a break.