1 个不稳定版本
0.1.0 | 2019年5月10日 |
---|
#185 在 #hook
8KB
87 行
#[hanger::hook()]
在您的函数前后调用挂钩。
将以下内容添加到您的 Cargo.toml 中
[dependencies]
hanger = "0.1"
将挂钩添加到任何函数中。
fn hello() { print!("hello") }
#[hanger::hook(hello)]
fn world() { print!("world") }
world(); // It prints "helloworld".
许可证
该项目受以下任一许可证的许可
- Apache 许可证 2.0 (LICENSE-APACHE 或 https://apache.ac.cn/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 https://open-source.org.cn/licenses/MIT)
由您选择。
贡献
除非您明确声明,否则根据 Apache-2.0 许可证定义的任何有意提交以包含在 hanger 中的贡献,均应如上双许可,无需任何额外条款或条件。
依赖关系
~2MB
~45K SLoC