Crates.io | boxfnonce |
lib.rs | boxfnonce |
version | 0.1.1 |
source | src |
created_at | 2017-02-01 16:14:27.869925 |
updated_at | 2019-02-02 11:08:54.189214 |
description | safe FnOnce boxing for rust stable |
homepage | https://github.com/stbuehler/rust-boxfnonce |
repository | https://github.com/stbuehler/rust-boxfnonce |
max_upload_size | |
id | 8339 |
size | 21,768 |
This library provide a safe way to box FnOnce types. It doesn't use any unstable features and is therefore fully compatible with rust stable.
This library is provided because Box<FnOnce()>
doesn't work yet, and
Box<FnBox()>
will never be available in rust stable.
The documentation for master
is located at https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/; released versions are documented at https://docs.rs/boxfnonce.