This shows up a lot with code in slides. We could preprocess these instead
Generics in rust look basically just like java with
I couldnt' figure out why my HTML output had a in it. But it was because HTML was trying to parse rust generics as elements. Would do the same thing with other languages and would automatically add a closing tag
<T> was the solution. Could maybe pre-process these out
This shows up a lot with code in slides. We could preprocess these instead
Generics in rust look basically just like java with
I couldnt' figure out why my HTML output had a in it. But it was because HTML was trying to parse rust generics as elements. Would do the same thing with other languages and would automatically add a closing tag
<T>was the solution. Could maybe pre-process these out