Hey guys! I have a data with students' names and their marks. I have to render image with names and marks. I have 2 solutions to do it:
- Make simple html page and then render it to .png, but I haven't found crates for this
- Use crate for this. I also haven't found crates for this.