$ cargo test --no-default-features
Compiling ethtool v0.2.5 (/tmp/genetlink/ethtool)
error[E0425]: cannot find function `new_connection` in crate `ethtool`
--> tests/dump_link_modes.rs:17:48
|
17 | let (connection, mut handle, _) = ethtool::new_connection().unwrap();
| ^^^^^^^^^^^^^^ not found in `ethtool`
[...]