systemd-resolved-rs 0.1.1

A compatibility-oriented reimplementation of systemd-resolved
1
2
3
4
mod engine;
pub mod runtime;
pub use engine::*;
pub use runtime::{LlmnrClient, LlmnrRuntime};