boxfnonce

Crates.ioboxfnonce
lib.rsboxfnonce
version0.1.1
sourcesrc
created_at2017-02-01 16:14:27.869925
updated_at2019-02-02 11:08:54.189214
descriptionsafe FnOnce boxing for rust stable
homepagehttps://github.com/stbuehler/rust-boxfnonce
repositoryhttps://github.com/stbuehler/rust-boxfnonce
max_upload_size
id8339
size21,768
venus-developers (github:ipfs-force-community:venus-developers)

documentation

https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/

README

Travis Build Status AppVeyor Status crates.io MIT licensed

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.

Commit count: 15

cargo fmt