home ~ socials ~ other projects

Generate CSS Stylesheets for syntect Highlighted Code in Rust

---
[dependencies]
syntect = "5.2.0"
---

fn main() {
  println!("asdf");
}
Output:
asdf
-- end of line --