Timur Isanov

Results 2 comments of Timur Isanov

``` fn main() { let result = read_lines("lines.txt"); println!("{:?}", result); } pub fn read_lines(path: &str) -> io::Result { let mut reader = BufReader::new(File::open(PathBuf::from(path))?); let mut result = Vec::new(); let mut...

Try to use locals: https://www.terraform.io/docs/configuration/locals.html