hooq 0.3.1

The simple macro that inserts a method before `?`. (`?` 前にメソッドを挿入するシンプルなマクロ)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc = include_str!("../docs/README.md")]
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg"
)]
#![doc(
    html_favicon_url = "https://raw.githubusercontent.com/anotherhollow1125/hooq/refs/heads/main/assets/hooq_logo.svg"
)]

pub use hooq_helpers::{BindingPayload, HooqMeta};
pub use hooq_macros::hooq;
/// Alias of `source_excerpt_helpers::excerpted_pretty_stringify`.
///
///
pub use source_excerpt_helpers::excerpted_pretty_stringify as summary;

pub mod source_excerpt_helpers;