1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*-
* cdns-rs - a simple sync/async DNS query library
*
* Copyright (C) 2020 Aleksandr Morozov
*
* Copyright (C) 2025 Aleksandr Morozov
*
* The syslog-rs crate can be redistributed and/or modified
* under the terms of either of the following licenses:
*
* 1. the Mozilla Public License Version 2.0 (the “MPL”) OR
*
* 2. EUROPEAN UNION PUBLIC LICENCE v. 1.2 EUPL © the European Union 2007, 2016
*/
/// A caches of the resolv.conf and other files.
/// Configuration parsers.
/// `hosts` file parser.
/// `resolv.conf` file parser.
/// An async File IO and Mutex interface for different `async` execs.
/// A networking code.
/// A pre-prepared requests.
pub use crateQuerySetup;
pub use crate;
pub use ;
pub use ToSocketAddrs;
pub use ;
pub use ;