Expand description
Deprecated: This crate is deprecated in favor of selfref’s srce
module. You can use that one directly. This merely re-exports that module.
SRCE is a way to open and close an LCellOwner. This provides the full
expressive power of selfref, with the ability to use zeroish-cost
LCells in the struct.
Refer to selfref::srce for more details.
Structs§
- LCell
Environment - A self-referential environment of
LCells, with zero runtime cost.