Cargo Features
GhostCell has no features set by default.
[dependencies]
ghost-cell = { version = "0.2.6", features = ["experimental-ghost-cursor", "experimental-multiple-mutable-borrows"] }
- experimental-ghost-cursor
-
Enables the use of the unproven GhostCursor.
Affects
ghost-cell::ghost_cursor
… - experimental-multiple-mutable-borrows
-
Enables the use of unproven multiple mutable borrows.
Affects
ghost-cell::ghost_borrow_mut
…