grappler 0.1.10

Easy-to-use function hooking through proc-macros
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(test)]
extern crate grappler;

mod macros;

#[test]
pub fn test_macros() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/macros/*-fail.rs");
}