# bcbypass This crate provides ease-of-use functions for bypassing the borrow checker. It allows you to easily create multiple mutable references to a value, or to create immutable references from a value that is already borrowed mutably.