Crates.io | stowaway |
lib.rs | stowaway |
version | 2.3.1 |
source | src |
created_at | 2020-01-19 20:41:52.146091 |
updated_at | 2020-09-26 23:30:24.273706 |
description | A library for packing data into a pointer, if it fits, or boxing it otherwise |
homepage | |
repository | https://github.com/Lucretiel/stowaway |
max_upload_size | |
id | 200244 |
size | 57,028 |
Due to ongoing soundness issues, this crate is considered permanently unsound until future notice. Do not use it in your projects.
Stowaway is a library for packing data into a pointer, if it fits, boxing it otherwise
The doctests for this library include non-default features, make sure to use --all-features
when testing