note: This crate is a joke and under no circumstance should you actually use it (unless you want your stuff to break)
borrow-fix
Is the borrow checker getting in your way?
This crate fixes that.
Example:
without borrow-fix:
let s = Stringnew;
printit;
println!; // Wont compile :(
with borrow-fix:
use remember;
let s = Stringnew;
let refer = remember;
printit;
println!; // Works fine
Safety
As this crate uses fully safe code. It wont causÊÃúý$HOME/projects/borrowf[SEGMENTATION FAULT]