GitXplorerGitXplorer
s

rust-boxfnonce

public
10 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
adfe1481fe62f2c03633d8fb9a83793950bdeac2

drop travis

sstbuehler committed 3 years ago
Unverified
058ac7e1a7d732076da9d8a37baa66bcb67758d8

crate now obsolete with rust 1.35.0

sstbuehler committed 6 years ago
Unverified
58405ab1607636d35a0409a9ee511a014210360b

release 0.1.1

sstbuehler committed 6 years ago
Unverified
0b16f89e8bcb2b64b9c255acffb88ddda9cafa7b

add conversion from SendBoxFnOnce to BoxFnOnce (fixes #3)

sstbuehler committed 6 years ago
Unverified
82c92abfd7a7df399e0c11c128942b28ad5e3c10

release 0.1.0

sstbuehler committed 7 years ago
Unverified
0764a207422cc5df4c816e9f5cab1dcd79ddffcb

add appveyor build

sstbuehler committed 7 years ago

README

The README file for this repository.

OBSOLETE

Since the rust 1.35.0 release this crate is not needed anymore, just use Box<dyn FnOnce(...) -> ...>.