static-keys 0.8.2

Reimplement Linux kernel static keys for Rust userland applications.
Documentation
1
2
3
4
5
#[test]
fn ui_tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/ui/no_entries.rs");
}