#hook #testing #attributes #macro

macro hanger

函数周围放置挂钩的属性宏

1 个不稳定版本

0.1.0 2019年5月10日

#185#hook

MIT/Apache

8KB
87

#[hanger::hook()]

Build Status Latest Version Documentation

在您的函数前后调用挂钩。

将以下内容添加到您的 Cargo.toml 中

[dependencies]
hanger = "0.1"

将挂钩添加到任何函数中。

fn hello() { print!("hello") }

#[hanger::hook(hello)]
fn world() { print!("world") }

world(); // It prints "helloworld".

许可证

该项目受以下任一许可证的许可

由您选择。

贡献

除非您明确声明,否则根据 Apache-2.0 许可证定义的任何有意提交以包含在 hanger 中的贡献,均应如上双许可,无需任何额外条款或条件。

依赖关系

~2MB
~45K SLoC