controlled-option 0.3.0

Custom Option type with explicit control over niches and memory layout
Documentation
1
2
3
4
5
6
# `controlled-option`

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.

[`Option`]: https://doc.rust-lang.org/std/option/enum.Option.html