1 2 3 4 5 6 7
#[test] fn test() { unsafe { assert_eq!(liburing_vendor::io_uring_major_version(), 2); assert_eq!(liburing_vendor::io_uring_minor_version(), 6); } }