yara-sys 0.32.0

Native bindings to the libyara library
Documentation
1
2
3
4
5
6
#[test]
fn test_initialize() {
    assert_eq!(0, unsafe { yara_sys::yr_initialize() });
    assert_eq!(0, unsafe { yara_sys::yr_finalize() });
    assert_eq!(31, unsafe { yara_sys::yr_finalize() });
}