yeslogic / allsorts

Font parser, shaping engine, and subsetter implemented in Rust
https://yeslogic.com/blog/allsorts-rust-font-shaping-engine/
Apache License 2.0
721 stars 21 forks source link

Add more documentation #5

Closed wezm closed 3 years ago

wezm commented 4 years ago

Currently a lot of the modules are not documented.

brendanzab commented 4 years ago

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.

wezm commented 3 years ago

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.