proxmox/proxmox-async/src/lib.rs
Wolfgang Bumiller 0652d81977 tree-wide: enable doc_cfg and doc_auto_cfg for docs
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-02 11:59:53 +02:00

9 lines
156 B
Rust

#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
pub mod blocking;
pub mod broadcast_future;
pub mod io;
pub mod net;
pub mod runtime;
pub mod stream;