coffee_break 2.1.1

Take a break while your code compiles
Documentation
[dependencies.syn]
default-features = false
features = ["proc-macro", "parsing"]
version = "2.0.57"

[features]
check-friendly = []
default = ["ra-friendly", "check-friendly"]
ra-friendly = []

[lib]
proc-macro = true

[package]
authors = ["Radek Vít <radekvitr@gmail.com>"]
categories = ["development-tools", "development-tools::build-utils"]
description = "Take a break while your code compiles"
edition = "2021"
keywords = ["coffee", "relax", "blazing-fast"]
license = "JSON"
name = "coffee_break"
readme = "README.md"
repository = "https://github.com/radekvit/coffee_break"
rust-version = "1.63.0"
version = "2.1.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-flags = ["--cfg=docsrs"]