yeslogic / allsorts

Font parser, shaping engine, and subsetter implemented in Rust

Home Page:https://yeslogic.com/blog/allsorts-rust-font-shaping-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more documentation

wezm opened this issue · comments

Currently a lot of the modules are not documented.

Handy cargo tip for those not in the know: you can see what the documentation looks like by running cargo doc --open. This makes it relatively easy to see what people will see when they ultimately visit us on docs.rs.

There's still scope for more documentation to be added but a lot has been written since this issue was created, so will close now.