Tags: maciejhirsz/beef
Tags
0.4.0 (#14) * Private Capacity type for beef::Cow * Fix const_fn * Add serde support * Test serde in CI * Fix CI * Fix memory leak on beef::lean::Cow * fat -> wide internally to be consistent * fat -> wide again * Don't re-reference a potentially invalid fat pointer * Re-enable leak checking in miri * Splitting NonNull<[T]> into NonNull<T> + usize * Renamed len to fat where appropriate, documented fields on Cow * Disable Miri on stress tests * Remove mentions of lean::Cow being a fat pointer * Limit iterations in miri * Serde tests * Explaining is_borrowed / is_owned
beef::lean::Cow (#10) * Benches * Bench as_ref() only * Crank up bench profile * Split the fat pointer * as_ptr is unnecessary * Skinny and Fat Cow * Fat and skinny * Recursifying 1 * Generic cursed beef! * Missing Eq derive * Working on docs * Fixed PartialEq impls with macros * Docs, comments, fixing cursed borrows * More readme * Add const_fn back * skinny -> lean * Cursed -> Lean * Removed commented code * Doc comment links * Test for soundness of beef::lean::Cow * Minor doc tweaks * Better illustrate beef::lean::Cow in readme
PreviousNext