linebender / kurbo

A Rust library for manipulating curves
Apache License 2.0
716 stars 69 forks source link

Explicitly export rather than `pub use mod::*`. #364

Closed waywardmonkeys closed 2 months ago

waywardmonkeys commented 2 months ago

This makes it easier to see what the actual API is and what's coming from where.

waywardmonkeys commented 2 months ago

@DJMcNab That style felt too verbose here ... not sure why the difference in feel.