// SPDX-License-Identifier: MIT
//! In this example, we create a netlink connection, and send a request to
//! retrieve the list of rules. We receive a stream of rule messages that we
//! just prints to the terminal.
use ;
use TryStreamExt;
async
async