Crates.io | bcbypass |
lib.rs | bcbypass |
version | 2.1.0 |
source | src |
created_at | 2021-09-07 15:57:41.946781 |
updated_at | 2021-10-06 13:49:09.38946 |
description | Borrow Checker Bypass Utility |
homepage | https://github.com/nekodjin/bcbypass/ |
repository | https://github.com/nekodjin/bcbypass/ |
max_upload_size | |
id | 448098 |
size | 3,045 |
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.