cairo-vm
cairo-vm copied to clipboard
Document cairo-rs API
Make a doc with the APIs of cairo-rs, giving examples. Also, document how the user should report errors
Suggestion: the canonical way to do this is with doc comments (the triple /) in the source code. It's able to include and compile examples as well.
A more "tutorial-like" document can be made with mdbook as well.