Daniel Laing

Results 1 issues of Daniel Laing

Do the lifetimes for string inputs need to be `'static`? Or can they be shortened to more easily generate HTML code programmatically? For example: ```rust #![recursion_limit = "512"] use std::fs;...