|  4b7ef44bb4 # Objective - Allow `HashMap<Cow<'_, T>, _>` to use `&T` as key for `HashMap::get` - Makes `CowArc` more like `Cow` ## Solution Implements `Borrow<T>` and `AsRef<T>` for `CowArc<T>`. | ||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||
| Readme.md | ||