Как получить текст из файла и хранить его в переменной ржавчине
let hello_html = include_str!("hello.html");
kirbster102
let hello_html = include_str!("hello.html");