linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
727 stars 71 forks source link

Prepare 0.10.4 release; DashIterator doc #319

Closed raphlinus closed 1 year ago

raphlinus commented 1 year ago

Improve documentation of DashIterator and bump version in preparation for release.

raphlinus commented 1 year ago

I'm ok with changing it to look like a function. That should probably be a bump to 0.11, as it would certainly be semver breaking, unless we left it in as an alias with doc(hidden) maybe.

If it were changed to a function, the main comment should be attached to that, not the type, yes?

dfrg commented 1 year ago

I was thinking the same thing wrt doc(hidden) :)

And yes, the lovely new doc comment should be on the function in this case.