0.5.1
- The
Deserialize
implementation forbeef::Cow<str>
using theimpl_serde
feature is now specialized, and will produced a borrowed variant if possible, which is particularly useful forserde_json
(see #44). const_fn
feature is internally using a narrower unstable feature gateconst_fn_trait_bound
(see #41).- Clarified documentation and doc tests to specify that
beef::lean::Cow
is two words wide on 64-bit architectures only.