| Crates.io | controlled-option |
| lib.rs | controlled-option |
| version | 0.4.1 |
| created_at | 2021-08-23 21:08:28.113671+00 |
| updated_at | 2021-08-24 19:24:36.566191+00 |
| description | Custom Option type with explicit control over niches and memory layout |
| homepage | https://github.com/dcreager/controlled-option |
| repository | https://github.com/dcreager/controlled-option |
| max_upload_size | |
| id | 441403 |
| size | 35,321 |
controlled-optionThis crate provides a custom implementation of the standard Option, where
you have explicit control over how the None variant is laid out in memory.