hooq 0.3.1

The simple macro that inserts a method before `?`. (`?` 前にメソッドを挿入するシンプルなマクロ)
Documentation
[dependencies.hooq-helpers]
version = "0.3.1"

[dependencies.hooq-macros]
default-features = false
version = "0.3.1"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.toml]
version = "0.9.8"

[features]
anyhow = ["hooq-macros/anyhow"]
consume-question = ["hooq-macros/consume-question"]
default = ["anyhow", "log", "tracing", "eyre"]
eyre = ["hooq-macros/eyre"]
full = ["anyhow", "log", "tracing", "eyre", "consume-question"]
log = ["hooq-macros/log"]
tracing = ["hooq-macros/tracing"]

[lib]
name = "hooq"
path = "src/lib.rs"

[package]
authors = ["namnium <anotherhollow1125@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::debugging", "rust-patterns"]
description = "The simple macro that inserts a method before `?`. (`?` 前にメソッドを挿入するシンプルなマクロ)"
documentation = "https://anotherhollow1125.github.io/hooq/"
edition = "2024"
keywords = ["error", "proc-macro", "anyhow", "eyre", "log"]
license = "MIT OR Apache-2.0"
name = "hooq"
readme = "docs/README.md"
repository = "https://github.com/anotherhollow1125/hooq"
resolver = "2"
rust-version = "1.88.0"
version = "0.3.1"