mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-04 04:09:49 +00:00
10 lines
183 B
Rust
10 lines
183 B
Rust
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
|
|
|
mod api_types;
|
|
pub use api_types::*;
|
|
|
|
#[cfg(feature = "impl")]
|
|
mod resolv_conf;
|
|
#[cfg(feature = "impl")]
|
|
pub use resolv_conf::*;
|