nmrs 2.3.0

A Rust library for NetworkManager over D-Bus
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Real-time monitoring of network and device changes.
//!
//! This module provides functions for monitoring network state changes,
//! device state changes, and retrieving current connection information.

pub(crate) mod bluetooth;
pub(crate) mod device;
pub(crate) mod info;
pub(crate) mod network;
pub(crate) mod transport;
pub(crate) mod wifi;