GitXplorerGitXplorer
s

rust-boxfnonce

public
10 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0f10e7ab6c8cd981d58700d9e1910f28ba90e9e3

add lifetime parameter (fixes #1)

sstbuehler committed 7 years ago
Unverified
e3a15ed700cc5acd0abcf03676c5d1deca9b0bfd

fix type inference in unit test

sstbuehler committed 7 years ago
Unverified
1c4dbcd419e5c29273e4c87c87876724c912bc74

release 0.0.3

sstbuehler committed 8 years ago
Unverified
7eddb56ce399a3df02a7dfbe75adef492afc55b2

replace Option<> implementation with something similar to FnBox

sstbuehler committed 8 years ago
Unverified
f12c5c9218a252bbdb1e63ca148bb294e4b009fb

use image from shields.io for crates version

sstbuehler committed 8 years ago
Unverified
d4a9509ef4ad8a803ccccabb03dc913f96d7383b

release 0.0.2

sstbuehler committed 8 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(...) -> ...>.