5 stable releases
2.1.0 | Oct 6, 2021 |
---|---|
2.0.2 | Sep 8, 2021 |
2.0.1 | Sep 7, 2021 |
1.0.0 | Sep 7, 2021 |
#7 in #bypass
4KB
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.
lib.rs
:
BC Bypass
This crate expedites the mechanisms through which Rust's borrow checker can be bypassed. It provides simple functions which enable the creation of both mutable and immutable references to a value which has already been borrowed mutably.