2 个稳定版本
| 1.1.2 | 2021 年 9 月 14 日 | 
|---|---|
| 1.1.1 | 2021 年 6 月 18 日 | 
| 1.0.2 |  | 
| 0.1.0 |  | 
#45 in #boot
28 每月下载量
4KB
65 行代码(不含注释)
Booter
此crate提供了一种简单的方法来注册在启动时调用的FnOnce函数。
booter::call_on_boot!({
  println!("Hello World!");
});
fn main() {
  booter::boot();
  booter::assert_booted();
}
lib.rs:
此crate提供了一种简单的方法来注册在启动时调用的FnOnce函数。
booter::call_on_boot!({
  println!("Hello World!");
});
fn main() {
  booter::boot();
  booter::assert_booted();
}
依赖项
~1.5MB
~36K SLoC