cairo-vm icon indicating copy to clipboard operation
cairo-vm copied to clipboard

Document cairo-rs API

Open pefontana opened this issue 2 years ago • 1 comments

Make a doc with the APIs of cairo-rs, giving examples. Also, document how the user should report errors

pefontana avatar Jun 14 '23 19:06 pefontana

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.

Oppen avatar Jun 19 '23 20:06 Oppen