This crate provides a custom implementation of the standard Option
, where
you have explicit control over how the None
variant is laid out in memory.
hendrikvanantwerpen/controlled-option
Custom Option type with explicit control over niches and memory layout
RustApache-2.0