Skip to content

Bajix/booter-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booter

License Cargo Documentation

This crate allows a simple means to register FnOnce functions to be called on boot.

booter::call_on_boot!({
  println!("Hello World!");
});

fn main() {
  booter::boot();
  booter::assert_booted();
}

About

One time initialization made easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages