5 个版本

使用旧的 Rust 2015

0.1.1 2019年2月2日
0.1.0 2018年1月30日
0.0.3 2017年3月13日
0.0.2 2017年2月1日
0.0.1 2017年2月1日

#6 in #boxing

Download history • Rust 包仓库 2826/week @ 2024-03-09 • Rust 包仓库 2913/week @ 2024-03-16 • Rust 包仓库 2747/week @ 2024-03-23 • Rust 包仓库 3279/week @ 2024-03-30 • Rust 包仓库 2549/week @ 2024-04-06 • Rust 包仓库 3220/week @ 2024-04-13 • Rust 包仓库 3042/week @ 2024-04-20 • Rust 包仓库 2814/week @ 2024-04-27 • Rust 包仓库 2940/week @ 2024-05-04 • Rust 包仓库 2618/week @ 2024-05-11 • Rust 包仓库 3134/week @ 2024-05-18 • Rust 包仓库 2586/week @ 2024-05-25 • Rust 包仓库 3088/week @ 2024-06-01 • Rust 包仓库 2859/week @ 2024-06-08 • Rust 包仓库 3095/week @ 2024-06-15 • Rust 包仓库 2571/week @ 2024-06-22 • Rust 包仓库

12,002 每月下载次数
56 个crate中使用 (4 直接使用)

MIT 许可证

17KB
355

Travis Build Status AppVeyor Status crates.io MIT licensed

此库提供了一种安全地将 FnOnce 类型封装的方法。它不使用任何不稳定的功能,因此与 rust stable 完全兼容。

提供此库是因为 Box<FnOnce()> 尚未工作,且 Box<FnBox()> 将永远不会在 rust stable 中可用。

master 的文档位于 https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/;发布版本在 https://docs.rs/boxfnonce 中有文档。


lib.rs:

参见 BoxFnOnceSendBoxFnOnce

无运行时依赖