fake-static 0.1.0

rustc hates him! Sidestep borrow checking with this weird trick (no unsafe inside).
Documentation
1
2
3
4
fn main() {
    let boom = fake_static::make_static(&vec![0; 1<<20]);
    println!("{:?}", boom);
}