diff --git a/src/lib.rs b/src/lib.rs index 709060b..0931f8d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -78,11 +78,11 @@ impl Dogs { } } -type Breed = String; -type Image = String; -type Images = Vec; -type Subbreeds = Vec; -type Breeds = HashMap; +pub type Breed = String; +pub type Image = String; +pub type Images = Vec; +pub type Subbreeds = Vec; +pub type Breeds = HashMap; #[derive(Debug, Error)] pub enum Error {