anderslanglands / ustr

Fast, FFI-friendly string interning for Rust
Other
151 stars 26 forks source link

Deps bump, punctuation, intra-doc links, clippy #49

Closed virtualritz closed 1 month ago

virtualritz commented 1 month ago

This makes the docs a bit nicer and explains Bins which, if you export ustr::* from a 3rd party crate that uses it in its API, shows up w/o any explanation in the docs.

On that note: should exposure of cache() and Bins be hidden behind a feature flag (cache_access?) by default?

Also made clippy happy and bumped deps.

anderslanglands commented 1 month ago

Thanks for this. Yeah it might make sense to hide cache access by default. It's pretty specialized and not sure how much people actually use it.