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?
This makes the docs a bit nicer and explains
Bins
which, if you exportustr::*
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()
andBins
be hidden behind a feature flag (cache_access
?) by default?Also made
clippy
happy and bumped deps.