conradludgate / measured

A better metrics crate
26 stars 3 forks source link

Expose `lasso` from `measured` to avoid sibling dependencies #1

Open clux opened 3 months ago

clux commented 3 months ago

Minor ergonomics tweak from POV of users.

If you exposed lasso users would not need to update measured along with lasso in a renovate / dependabot group, and users would likely not need an extra lasso dependency (that they don't remember how got there) in their Cargo.toml.

Reasoning; metrics usage is almost universal, but string interning is not (and it's a semi-complex thing to have to front-load cognitively).