use pub(crate) instead of include!()

This commit is contained in:
Chris West (Faux)
2019-05-27 17:44:14 +01:00
parent 73d1c89e90
commit ceb7c3ac14
8 changed files with 86 additions and 63 deletions

View File

@@ -1,7 +1,9 @@
use crate::agent::Unit;
use crate::stream::Stream;
use std::collections::HashMap;
use std::io::{Read, Result as IoResult};
use crate::stream::Stream;
use crate::unit::Unit;
use url::Url;
pub const DEFAULT_HOST: &str = "localhost";