Cargo Features
lifetime-extender has no features set by default.
[dependencies]
lifetime-extender = { version = "0.1.1", features = ["i-can-do-whatever-the-fxxk-i-want", "test-borrow", "test-borrow-mut", "test-fake-static-borrow", "test-fake-static-borrow-mut"] }
- i-can-do-whatever-the-fxxk-i-want = test-borrow, test-borrow-mut, test-fake-static-borrow, test-fake-static-borrow-mut
- test-borrow i-can-do-whatever-the-fxxk-i-want?
-
Affects
lifetime-extender::extend
… - test-borrow-mut i-can-do-whatever-the-fxxk-i-want?
-
Affects
lifetime-extender::extend_mut
… - test-fake-static-borrow i-can-do-whatever-the-fxxk-i-want?
-
Affects
lifetime-extender::make_static
… - test-fake-static-borrow-mut i-can-do-whatever-the-fxxk-i-want?
-
Affects
lifetime-extender::make_static_mut
…