[package] name = "borrow_with_ref_obj" version = "0.1.3" authors = ["Alex Parrill "] description = "Versions of Borrow[Mut] that return reference objects (Ex. std::cell::Ref)" license = "BSD-3-Clause" keywords = ["borrow"] categories = ["rust-patterns"] repository = "https://gitlab.com/colonelthirtytwo/borrow_with_ref_obj" readme = "readme.md" [badges] gitlab = { repository = "colonelthirtytwo/borrow_with_ref_obj" } [dependencies]