// use std::path::Path; // use errors::{Result}; #[derive(Debug, PartialEq)] pub struct Config { pub title: String, pub base_url: String, } //impl Config { // pub fn from_file>(path: P) -> Result { // Ok(()) // } //}