ironrdp_dvc_pipe_proxy/lib.rs
1#![cfg_attr(doc, doc = include_str!("../README.md"))]
2#![doc(html_logo_url = "https://cdnweb.devolutions.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg")]
3
4mod error;
5mod message;
6mod os_pipe;
7mod platform;
8mod proxy;
9mod worker;
10
11pub use self::proxy::DvcNamedPipeProxy;